Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-module-provider-alias
/
child
/
main.tf
blob: ee923f255ae803e8f540f11dba27d8de5a591184 [
file
] [
log
] [
blame
]
provider
"aws"
{
alias
=
"eu"
}
resource
"aws_instance"
"foo"
{
provider
=
"aws.eu"
}