gruntwork-io / terraform-google-sql

Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
https://gruntwork.io
Apache License 2.0
92 stars 103 forks source link

Expose settings.backup_configuration.backup_retention_settings.retained_backups #81

Closed aleccool213 closed 1 year ago

aleccool213 commented 1 year ago

Describe the solution you'd like

I would like to access this setting to increase my retained backup count from the default of 7 days to 90 days.

Describe alternatives you've considered

Not accessible so I cannot use the module.

Additional context

Link to resource docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#retained_backups

Screenshot:

image
eak12913 commented 1 year ago

Closing due to repo sunset