opentofu/terraform/test-fixtures/plan-module-provider-inherit/child/main.tf
Mitchell Hashimoto 8dbc7e0ccb terraform: change the graph a bit to better support providers with
modules

This doesn't cause inheritence to work yet. That is coming
2014-09-24 13:31:35 -07:00

4 lines
53 B
HCL

resource "aws_instance" "foo" {
from = "child"
}