Skip to content

Commit

Permalink
Delete PII data flagged out (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
shisheng10 authored Oct 18, 2024
1 parent e15f3fc commit 1459d4c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/apigw_with_usage_plan/main.tf
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
locals {
common_tags = {
"sph:env" = "dev"
"sph:app-tier" = "1"
"sph:appIC" = "Prem Kumar Kailasu"
"sph:appteam" = "dstf"
"sph:managed-by" = "dstf"
"sph:cost-centre" = "1691"
"sph:product" = "hcp"
"sph:biz-dept" = "DPE"
"sph:biz-owner" = "Jensen"
"sph:biz-email" = "***REMOVED***"
"sph:creator-name" = "dstf"
"sph:app-tier" = "3"
"sph:appIC" = "john"
"sph:appteam" = "abc"
"sph:managed-by" = "abc"
"sph:cost-centre" = "12345"
"sph:product" = "abc"
"sph:biz-dept" = "abc"
"sph:biz-owner" = "john"
"sph:biz-email" = "[email protected]"
"sph:creator-name" = "john"
"sph:creator-email" = join(":", [
"***REMOVED***"
"[email protected]"
])

"sph:provisioned-via" = "terraform"
Expand Down

0 comments on commit 1459d4c

Please sign in to comment.