File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44}
55
66module "ingest_mtfh_rentsense_tables" {
7+ trigger_enabled = false
78 source = " ../modules/aws-glue-job"
89 is_live_environment = local. is_live_environment
910 is_production_environment = local. is_production_environment
@@ -48,8 +49,8 @@ module "ingest_mtfh_rentsense_tables" {
4849}
4950
5051module "copy_mtfh_rentsense_dynamo_db_tables_to_raw_zone" {
51- tags = module . tags . values
52-
52+ trigger_enabled = false
53+ tags = module . tags . values
5354 source = " ../modules/aws-glue-job"
5455 is_live_environment = local. is_live_environment
5556 is_production_environment = local. is_production_environment
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ data "aws_ssm_parameter" "copy_mtfh_dynamo_db_rentsense_tables_to_raw_zone_crawl
33}
44
55module "mtfh_reshape_to_refined" {
6+ trigger_enabled = false
67 source = " ../modules/aws-glue-job"
78 is_live_environment = local. is_live_environment
89 is_production_environment = local. is_production_environment
You can’t perform that action at this time.
0 commit comments