github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/map-attr-as-block/input/map-attr-as-block.tf (about) 1 resource "test_instance" "foo" { 2 type = "z1.weedy" 3 image = "image-abcd" 4 tags { 5 name = "boop" 6 } 7 }