opentofu/terraform/test-fixtures/apply-targeted/main.tf
2015-03-31 14:49:38 -05:00

8 lines
99 B
HCL

resource "aws_instance" "foo" {
num = "2"
}
resource "aws_instance" "bar" {
foo = "bar"
}