We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879a7b8 commit 48b54d5Copy full SHA for 48b54d5
terraform/etl/54-aws-glue-housing-apply-gx-dq-tests.tf
@@ -70,6 +70,9 @@ module "housing_gx_dq_metadata" {
70
resource "aws_glue_trigger" "housing_gx_dq_metadata" {
71
name = "${local.short_identifier_prefix}Housing GX Data Quality Metadata Trigger"
72
type = "CONDITIONAL"
73
+ tags = module.department_housing_data_source.tags
74
+ enabled = local.is_production_environment
75
+ count = local.is_live_environment ? 1 : 0
76
77
actions {
78
job_name = "${local.short_identifier_prefix}Housing GX Data Quality Metadata"
0 commit comments