terraform/configs/configupgrade/test-fixtures/valid/noop/input/resources.tf

12 lines
163 B
HCL

resource "test_instance" "example" {
connection {
host = "127.0.0.1"
}
provisioner "local-exec" {
connection {
host = "127.0.0.2"
}
}
}