Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-output-add-before
/
main.tf
blob: 1c10eaafc5717d6ff9b745c98bb953ffc6407edc [
file
] [
log
] [
blame
]
provider
"aws"
{}
resource
"aws_instance"
"test"
{
foo
=
"${format("
foo
%
d
", count.index)}"
count
=
2
}