github.com/cycloidio/terraform@v1.1.10-0.20220513142504-76d5c768dc63/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 }