github.com/opentofu/opentofu@v1.7.1/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  }