Skip to content

Commit 22dbe32

Browse files
authored
fix the module after bfg run (#34)
1 parent 1459d4c commit 22dbe32

File tree

1 file changed

+1
-1
lines changed
  • examples/apigw_with_usage_plan

1 file changed

+1
-1
lines changed

examples/apigw_with_usage_plan/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ locals {
33
"sph:env" = "dev"
44
"sph:app-tier" = "3"
55
"sph:appIC" = "john"
6-
"sph:appteam" = "abc"
6+
"sph:appteam" = "abcd"
77
"sph:managed-by" = "abc"
88
"sph:cost-centre" = "12345"
99
"sph:product" = "abc"

0 commit comments

Comments
 (0)