blob: 5ce4f55fe841a67a5af7d4c5c421bfa4f8902f4e [file] [log] [blame]
provider "aws" {
from = "child"
to = "child"
}
resource "aws_instance" "foo" {
from = "child"
}