Skip to content

Commit 1459d4c

Browse files
authored
Delete PII data flagged out (#33)
1 parent e15f3fc commit 1459d4c

File tree

1 file changed

+11
-11
lines changed
  • examples/apigw_with_usage_plan

1 file changed

+11
-11
lines changed

examples/apigw_with_usage_plan/main.tf

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
locals {
22
common_tags = {
33
"sph:env" = "dev"
4-
"sph:app-tier" = "1"
5-
"sph:appIC" = "Prem Kumar Kailasu"
6-
"sph:appteam" = "dstf"
7-
"sph:managed-by" = "dstf"
8-
"sph:cost-centre" = "1691"
9-
"sph:product" = "hcp"
10-
"sph:biz-dept" = "DPE"
11-
"sph:biz-owner" = "Jensen"
12-
"sph:biz-email" = "***REMOVED***"
13-
"sph:creator-name" = "dstf"
4+
"sph:app-tier" = "3"
5+
"sph:appIC" = "john"
6+
"sph:appteam" = "abc"
7+
"sph:managed-by" = "abc"
8+
"sph:cost-centre" = "12345"
9+
"sph:product" = "abc"
10+
"sph:biz-dept" = "abc"
11+
"sph:biz-owner" = "john"
12+
"sph:biz-email" = "[email protected]"
13+
"sph:creator-name" = "john"
1414
"sph:creator-email" = join(":", [
15-
"***REMOVED***"
15+
1616
])
1717

1818
"sph:provisioned-via" = "terraform"

0 commit comments

Comments
 (0)