terraform/internal/configs/testdata/valid-modules/with-tests-very-nested/main.tf

11 lines
124 B
HCL

variable "input" {
type = string
}
resource "foo_resource" "a" {
value = var.input
}
resource "bar_resource" "c" {}