blob: 061209c198d7fc3444109c9e43e8879b38f42fe0 [file] [log] [blame]
resource "null_resource" "all" {
lifecycle {
ignore_changes = ["*"] # ERROR: Invalid ignore_changes wildcard
}
}