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

8 lines
72 B
HCL

module "A" {
source = "./A"
}
provider "aws" {
from = "root"
}