Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
apply-good-create-before-update
/
main.tf
blob: d0a2fc937668ddeb667f1bebbf4344ddc6513cf8 [
file
] [
log
] [
blame
]
resource
"aws_instance"
"bar"
{
foo
=
"baz"
lifecycle
{
create_before_destroy
=
true
}
}