opentofu/terraform/testdata/validate-module-pc-inherit/main.tf
2019-06-30 10:16:15 +02:00

10 lines
111 B
HCL

module "child" {
source = "./child"
}
provider "aws" {
set = true
}
resource "aws_instance" "foo" {}