Files
opentf/terraform/testdata/validate-targeted/main.tf
2019-06-30 10:16:15 +02:00

10 lines
169 B
HCL

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