opentofu/terraform/test-fixtures/plan-module-provider-defaults/child/main.tf
2014-09-24 14:04:54 -07:00

9 lines
109 B
HCL

provider "aws" {
from = "child"
to = "child"
}
resource "aws_instance" "foo" {
from = "child"
}