From 2c90a16d24bd20034284b22905d0ca0869071b8b Mon Sep 17 00:00:00 2001 From: Shi Sheng <32519140+shisheng10@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:18:29 +0800 Subject: [PATCH] Delete PII data flagged out (#33) --- examples/apigw_with_usage_plan/main.tf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/apigw_with_usage_plan/main.tf b/examples/apigw_with_usage_plan/main.tf index 6950777..fca0dba 100644 --- a/examples/apigw_with_usage_plan/main.tf +++ b/examples/apigw_with_usage_plan/main.tf @@ -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"