Skip to content

Commit

Permalink
remove test set up from stg
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Oct 6, 2023
1 parent cf50cce commit 0de2987
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 @@ -79,7 +79,7 @@ data "aws_iam_policy_document" "lambda_assume_role" {
### New modules for liberator ingestion

module "liberator_rds_snapshot_to_s3" {
count = local.is_production_environment ? 0 : 1
count = 0
source = "../modules/rds-snapshot-to-s3"
tags = module.tags.values
identifier_prefix = local.identifier_prefix
Expand Down

0 comments on commit 0de2987

Please sign in to comment.