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