github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/command/testdata/test/state_propagation/example/main.tf (about)

     1  
     2  variable "input" {
     3    type = string
     4  }
     5  
     6  resource "test_resource" "module_resource" {
     7    id = "df6h8as9"
     8    value = var.input
     9  }