terraform/configs/configupgrade/test-fixtures/valid/map-attr-as-block/input/map-attr-as-block.tf

8 lines
110 B
HCL

resource "test_instance" "foo" {
type = "z1.weedy"
image = "image-abcd"
tags {
name = "boop"
}
}