Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-provisioner-explicit-self-ref
/
main.tf
blob: 7ceca47db81c214708598a5e1c2a6eeacdd225d4 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
foo
=
"bar"
provisioner
"shell"
{
command
=
"${aws_instance.foo.foo}"
}
}