github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/show-json/nested-modules/modules/more-modules/main.tf (about) 1 variable "test_var" { 2 default = "bar-var" 3 } 4 5 resource "test_instance" "test" { 6 ami = var.test_var 7 }