github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/state_propagation/second_example/main.tf (about) 1 2 variable "input" { 3 type = string 4 } 5 6 resource "test_resource" "second_module_resource" { 7 id = "b6a1d8cb" 8 value = var.input 9 }