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

10 lines
124 B
HCL

variable "input" {
type = string
}
resource "test_resource" "module_resource" {
id = "df6h8as9"
value = var.input
}