Skip to content

Commit

Permalink
deploy liberator_db_snapshot_to_s3 to all envs
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Oct 3, 2023
1 parent 28c91fe commit 7b2ee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/core/36-liberator-import.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "liberator_dump_to_rds_snapshot" {
}

module "liberator_db_snapshot_to_s3" {
count = local.is_production_environment ? 1 : 0
count = 1
source = "../modules/db-snapshot-to-s3"
tags = module.tags.values
project = var.project
Expand Down

0 comments on commit 7b2ee45

Please sign in to comment.