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