Skip to content

Commit c37f5e0

Browse files
committed
fix the module after bfg run
1 parent 1459d4c commit c37f5e0

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

Lines changed: 1 addition & 1 deletion
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)