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 4f85abe commit 2c90a16
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" = "jenboey@sph.com.sg"
"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" = "john@example.com"
"sph:creator-name" = "john"
"sph:creator-email" = join(":", [
"sphtech-dstf-usrgrp@sph.com.sg"
"john@example.com"
])

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

0 comments on commit 2c90a16

Please sign in to comment.