github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/configs/configupgrade/testdata/valid/argument-commas/want/argument-commas.tf (about) 1 locals { 2 foo = "bar" 3 baz = "boop" 4 } 5 6 resource "test_instance" "foo" { 7 image = "b" 8 type = "d" 9 }