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

17 lines
243 B
HCL

resource "test_instance" "example" {
tags = {
# Thingy thing
name = "foo bar baz" # this is a terrible name
}
connection {
host = "127.0.0.1"
}
provisioner "test" {
connection {
host = "127.0.0.2"
}
}
}