Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-orphan-resource
/
main.tf
blob: 3e093ac83f502c7d97c0f68511a30d1788d8d6d1 [
file
] [
log
] [
blame
]
resource
"test_thing"
"zero"
{
count
=
0
}
resource
"test_thing"
"one"
{
count
=
1
}