Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-resource-count-one-list
/
main.tf
blob: 0aeb75b1afa954bf060fd7b92f19b323b5c54cad [
file
] [
log
] [
blame
]
resource
"null_resource"
"foo"
{
count
=
1
}
output
"test"
{
value
=
"${sort(null_resource.foo.*.id)}"
}