opentofu/terraform/test-fixtures/plan-module-provider-inherit-deep/main.tf
2017-01-24 12:56:13 -08:00

8 lines
72 B
HCL

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