blob: 56fb72f3295cea34dfdc6296f2d1fa2cbe598c5d [file] [log] [blame]
terraform {
backend "foo" {
path = "relative/path/to/terraform.tfstate"
}
}
resource "aws_instance" "web" {
ami = "ami-1234"
security_groups = [
"foo",
"bar",
]
}