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

8 lines
112 B
HCL

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