Sign in
third-party-mirror
/
terraform
/
62aae6ce5212217e3b2a26b2d20a45e9cab48929
/
.
/
v1.2.3
/
internal
/
terraform
/
testdata
/
apply-provisioner-fail-create-before
/
main.tf
blob: 00d32cbc24f86f7b1327d5604ab4140a3bb48ba8 [
file
]
resource
"aws_instance"
"bar"
{
require_new
=
"xyz"
provisioner
"shell"
{}
lifecycle
{
create_before_destroy
=
true
}
}