Skip to content

Commit b8c3034

Browse files
chore: backup_config override of default value so backups are disable… (#148)
1 parent d2d9f2f commit b8c3034

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

envs/dev-dan/backend/terragrunt.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ inputs = {
3434
execution_logs_retention = 7
3535
access_logs_retention = 7
3636
}
37+
backup_config = null
3738
deletion_protection_enabled = false
3839
}

envs/dev-sj11/backend/terragrunt.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ inputs = {
3434
execution_logs_retention = 7
3535
access_logs_retention = 7
3636
}
37+
backup_config = null
3738
deletion_protection_enabled = false
3839
}

envs/dev/backend/terragrunt.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ inputs = {
3636
email = "info@${local.mailgun_domain}"
3737
}
3838
}
39+
backup_config = null
3940
deletion_protection_enabled = false
4041
}

0 commit comments

Comments
 (0)