Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
input-provider-multi
/
main.tf
blob: db49fd3b0a79da86068fbc0e2099be9455e38dad [
file
] [
log
] [
blame
]
provider
"aws"
{
alias
=
"east"
}
resource
"aws_instance"
"foo"
{
provider
=
aws
.
east
}
resource
"aws_instance"
"bar"
{}