terraform-google-modules / terraform-google-sql-db

Creates a Cloud SQL database instance
https://registry.terraform.io/modules/terraform-google-modules/sql-db/google
Apache License 2.0
265 stars 427 forks source link

CloudSQL Editor role insufficient to delete backups #617

Closed Silvest89 closed 3 months ago

Silvest89 commented 3 months ago

TL;DR

https://github.com/terraform-google-modules/terraform-google-sql-db/pull/597 This pull request breaks it. Editor has insufficient permissions to delete old backups in the backups workflow.

Expected behavior

Workflow able to delete backups

Observed behavior

403 error from google

Additional information

No response