Make deletion protection consistent across all modules (#1735)

* Expose deletion_protection in GKE modules

* Make deletion protection consistent across all modules

* Add deletion_protection option to blueprints

* Fix blueprints tests

* Fix types

* Update READMEs

* Fix dp readme

* Fix cmek blueprint default deletion_protection

* Fix blueprints tests
This commit is contained in:
Julio Castillo
2023-10-05 17:31:07 +02:00
committed by GitHub
parent 6faf34f54e
commit dfc5023e0b
74 changed files with 468 additions and 330 deletions

View File

@@ -26,7 +26,7 @@ values:
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: false
deletion_protection_enabled: true
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0

View File

@@ -37,7 +37,7 @@ values:
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: false
deletion_protection_enabled: true
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0
@@ -72,7 +72,7 @@ values:
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: false
deletion_protection_enabled: true
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0

View File

@@ -27,7 +27,7 @@ values:
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: false
deletion_protection_enabled: true
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0