Files
opentf/internal/command/testdata/test/only_modules/main.tf

10 lines
117 B
HCL

variable "input" {
type = string
}
resource "test_resource" "resource" {
id = "598318e0"
value = var.input
}