We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deletion_protection was added in google provider v6.11, now it's impossible to remove workflow.
Error: cannot destroy workflow without setting deletion_protection=false and runningterraform apply``
Error: cannot destroy workflow without setting deletion_protection=false and running
No response
module "backup" { source = "GoogleCloudPlatform/sql-db/google//modules/backup" version = "23.0.0" project_id = var.PROJECT_ID region = var.REGION sql_instance = module.database.instance_name export_uri = module.bucket_database_backup.url export_schedule = "3 4 * * *" export_databases = ["postgres"] enable_internal_backup = false }
Terraform v1.9.8
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
No branches or pull requests
TL;DR
deletion_protection was added in google provider v6.11, now it's impossible to remove workflow.
Error: cannot destroy workflow without setting deletion_protection=false and running
terraform apply``Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: