Skip to content
New issue

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 - can't remove workflow #667

Open
dedkat opened this issue Nov 21, 2024 · 1 comment
Open

deletion_protection - can't remove workflow #667

dedkat opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dedkat
Copy link

dedkat commented Nov 21, 2024

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 runningterraform apply``

Expected behavior

No response

Observed behavior

No response

Terraform Configuration

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 Version

Terraform v1.9.8

Additional information

No response

@dedkat dedkat added the bug Something isn't working label Nov 21, 2024
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants