Skip to content

Commit d0078b8

Browse files
Remove deprecated glue resources (#2505)
* remove dataplatform-prod-data-and-insight-address-matching-landing-zone * remove 37-aws-glue-job-housing-repairs.tf
1 parent 880eec9 commit d0078b8

File tree

2 files changed

+0
-55
lines changed

2 files changed

+0
-55
lines changed

terraform/etl/34-aws-glue-crawlers.tf

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
resource "aws_glue_catalog_database" "landing_zone_data_and_insight_address_matching" {
2-
count = local.is_live_environment ? 1 : 0
3-
4-
name = "${local.identifier_prefix}-data-and-insight-address-matching-landing-zone"
5-
6-
lifecycle {
7-
prevent_destroy = true
8-
}
9-
}
10-
111
// ==== RAW ZONE ===========
122
resource "aws_glue_catalog_database" "raw_zone_unrestricted_address_api" {
133
name = "${local.identifier_prefix}-raw-zone-unrestricted-address-api"

terraform/etl/37-aws-glue-job-housing-repairs.tf

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)