Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-provider-alias-configure
/
main.tf
blob: 4487e4573ab3901044510d80686630ea21f41630 [
file
] [
log
] [
blame
]
provider
"another"
{
foo
=
"bar"
}
provider
"another"
{
alias
=
"two"
foo
=
"bar"
}
resource
"another_instance"
"foo"
{}
resource
"another_instance"
"bar"
{
provider
=
"another.two"
}