Skip to content

Commit 48b54d5

Browse files
committed
Adjust terraform to include tags and environment
1 parent 879a7b8 commit 48b54d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform/etl/54-aws-glue-housing-apply-gx-dq-tests.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ module "housing_gx_dq_metadata" {
7070
resource "aws_glue_trigger" "housing_gx_dq_metadata" {
7171
name = "${local.short_identifier_prefix}Housing GX Data Quality Metadata Trigger"
7272
type = "CONDITIONAL"
73+
tags = module.department_housing_data_source.tags
74+
enabled = local.is_production_environment
75+
count = local.is_live_environment ? 1 : 0
7376

7477
actions {
7578
job_name = "${local.short_identifier_prefix}Housing GX Data Quality Metadata"

0 commit comments

Comments
 (0)