github.com/muratcelep/terraform@v1.1.0-beta2-not-internal-4/not-internal/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 }