Files
opentf/internal/command/testdata/test/state_propagation/second_example/main.tf

10 lines
131 B
HCL

variable "input" {
type = string
}
resource "test_resource" "second_module_resource" {
id = "b6a1d8cb"
value = var.input
}