github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/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 }