Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.4.7
/
internal
/
command
/
testdata
/
apply-shutdown
/
main.tf
blob: 5fc966034f88ece9261197c6480e45bb068d1a2e [
file
] [
log
] [
blame
]
resource
"test_instance"
"foo"
{
ami
=
"bar"
}
resource
"test_instance"
"bar"
{
ami
=
"${test_instance.foo.ami}"
}