opentofu/terraform/testdata/input-provider-with-vars-and-module/main.tf
2019-06-30 10:16:15 +02:00

8 lines
84 B
HCL

provider "aws" {
access_key = "abc123"
}
module "child" {
source = "./child"
}