opentofu/terraform/testdata/plan-module-provider-inherit-deep/main.tf

8 lines
72 B
Terraform
Raw Normal View History

2017-01-24 14:56:13 -06:00
module "A" {
source = "./A"
}
provider "aws" {
from = "root"
}