Skip to content

Commit

Permalink
DPR2-165: Remove dms-s3 resources
Browse files Browse the repository at this point in the history
  • Loading branch information
koladeadewuyi-moj committed Oct 17, 2023
1 parent 48251a1 commit 7e2e537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/environments/digital-prison-reporting/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -861,8 +861,8 @@ module "dms_fake_data_ingestor" {
# DMS Nomis Data Collector
module "dms_nomis_ingestor_s3_target" {
source = "./modules/dms_s3"
setup_dms_instance = true
enable_replication_task = true
setup_dms_instance = false
enable_replication_task = false
name = "${local.project}-dms-nomis-ingestor-s3-target-${local.env}"
vpc_cidr = [data.aws_vpc.shared.cidr_block]
source_engine_name = "oracle"
Expand Down

0 comments on commit 7e2e537

Please sign in to comment.