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