Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
import-provider-resources
/
main.tf
blob: a99ee5e941602fb081d4d13d30f85fdd23068cd2 [
file
] [
log
] [
blame
]
provider
"aws"
{
value
=
"${test_instance.bar.id}"
}
resource
"aws_instance"
"foo"
{
bar
=
"value"
}
resource
"test_instance"
"bar"
{
value
=
"yes"
}