opentofu/terraform/test-fixtures/transform-provider-disable-keep/main.tf

10 lines
121 B
HCL

variable "foo" {}
module "child" {
source = "./child"
value = "${var.foo}"
}
resource "aws_instance" "foo" {}