Sign in
third-party-mirror
/
terraform
/
2c429381ba8003d483a310335d354865d8c6392f
/
.
/
v1.12.2
/
internal
/
terraform
/
testdata
/
apply-targeted-count
/
main.tf
blob: cd861898f203ba4c86e7f00edc069c37a97f9654 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"foo"
{
count
=
3
}
resource
"aws_instance"
"bar"
{
count
=
3
}