Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
error-files
/
ignore_changes.tf
blob: 061209c198d7fc3444109c9e43e8879b38f42fe0 [
file
] [
log
] [
blame
]
resource
"null_resource"
"all"
{
lifecycle
{
ignore_changes
=
[
"*"
]
# ERROR: Invalid ignore_changes wildcard
}
}