opentofu/internal/command/testdata/test/only_modules/main.tf

10 lines
117 B
Terraform
Raw Permalink Normal View History

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