Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
show-json
/
provider-aliasing-conflict
/
main.tf
blob: 2d8bc0b90120101fc35f2abd12482d9657c1fcf8 [
file
] [
log
] [
blame
]
provider
"test"
{
region
=
"somewhere"
}
resource
"test_instance"
"test"
{
ami
=
"foo"
}
module
"child"
{
source
=
"./child"
}