opentofu/terraform/test-fixtures/apply-unknown/main.tf
2014-07-08 17:15:41 -07:00

5 lines
72 B
HCL

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