opentofu/terraform/test-fixtures/validate-bad-rc/main.tf

4 lines
51 B
Terraform
Raw Normal View History

2014-07-28 12:43:00 -05:00
resource "aws_instance" "test" {
foo = "bar"
}