Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
graph-cyclic
/
main.tf
blob: 7866759c7d69d797d46b9601b36d3b83fe34d4b3 [
file
] [
log
] [
blame
]
locals
{
test1
=
local
.
test2
test2
=
local
.
test1
}
resource
"test_instance"
"foo"
{
ami
=
resource
.
test_instance
.
bar
.
ami
}
resource
"test_instance"
"bar"
{
ami
=
resource
.
test_instance
.
foo
.
ami
}