File tree 1 file changed +11
-11
lines changed
examples/apigw_with_usage_plan
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
locals {
2
2
common_tags = {
3
3
" 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 "
14
14
" sph:creator-email" = join (" :" , [
15
- " ***REMOVED*** "
15
+
16
16
])
17
17
18
18
" sph:provisioned-via" = " terraform"
You can’t perform that action at this time.
0 commit comments