blob: 2de9a58dd38c65935cdc07c5d7a2306d9888fc0a [file] [log] [blame]
terraform {
cloud {
organization = "foo"
should_not_be_present_with_override = true
}
}
resource "aws_instance" "web" {
ami = "ami-1234"
security_groups = [
"foo",
"bar",
]
}