opentofu/terraform/test-fixtures/plan-module-cycle/child/main.tf

6 lines
59 B
HCL

variable "in" {}
output "out" {
value = "${var.in}"
}