Skip to content

Commit f8baf07

Browse files
authored
fix: Skip final RDS snapshot in SG for Pods (#1218)
1 parent 61b989f commit f8baf07

File tree

1 file changed

+1
-0
lines changed
  • manifests/modules/networking/securitygroups-for-pods/.workshop/terraform/preprovision

1 file changed

+1
-0
lines changed

manifests/modules/networking/securitygroups-for-pods/.workshop/terraform/preprovision/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module "catalog_mysql" {
4848
maintenance_window = "Mon:00:00-Mon:03:00"
4949
backup_window = "03:00-06:00"
5050

51+
skip_final_snapshot = true
5152
backup_retention_period = 0
5253

5354
tags = var.tags

0 commit comments

Comments
 (0)