- Add retain_backups_on_delete setting to allow backups to be retained when instance is deleted
- Add final_backup_config with enabled flag and retention_days configuration
- Both settings default to disabled/null for backward compatibility
- Prevents accidental loss of backups through Terraform operations
* Updates to add secret_sync to GKE module in CFF
* updated READMEs against the python tfdoc command
* updated version for secret_sync to reflect 7.12.0
* update provider versions to 7.12.0
* Updated READMEs which got clobbered by merge with main
* Fixed test errors in secret-manager module
---------
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
* removed variable validation enforcing only psa OR psc connection methods. using both is a valid and supported pattern.
* Fix README
---------
Co-authored-by: Julio Castillo <jccb@google.com>
* Update gke-hub to use new Policy Controller API
Fixes#3287
* Use same config format for servicemesh
* remove useless trys
* use ternaries as in the rest of the repo
* Update docs and fix tests
* Update variables
* Bump tofu version
* Bump terraform version 1.12
* added support for managed connection pooling for postgres in cloudsql
* updated readme.md and fixed formatting in variables.tf
* changed variable declaration to handle defaults and resource to remove redandent null check
---------
Co-authored-by: Julio Castillo <jccb@google.com>
* [feat] - adding support for cloudsql regional replicas
* Remove validation already done by the provider.
---------
Co-authored-by: Julio Castillo <jccb@google.com>
* Allow disabling IP access to GKE control plane
* Add additive VPC scope DNS domain to gke clusters
* Fix typo
* Bump provider to 6.27.0
* Update readme