Skip to content

Commit

Permalink
feat(sbmtd): add SBMTD_MOBILITY_PASS_GROUP_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Nov 2, 2023
1 parent aef5c67 commit c2e6574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/app_service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ resource "azurerm_linux_web_app" "main" {
"MST_COURTESY_CARD_GROUP_ID" = "${local.secret_prefix}mst-courtesy-card-group-id)"
"SACRT_SENIOR_GROUP_ID" = "${local.secret_prefix}sacrt-senior-group-id)"
"SBMTD_SENIOR_GROUP_ID" = "${local.secret_prefix}sbmtd-senior-group-id)",
"SBMTD_MOBILITY_PASS_GROUP_ID" = "${local.secret_prefix}sbmtd-mobility-pass-group-id)"
"CLIENT_PRIVATE_KEY" = "${local.secret_prefix}client-private-key)"
"CLIENT_PUBLIC_KEY" = "${local.secret_prefix}client-public-key)"
"MST_SERVER_PUBLIC_KEY_URL" = "${local.secret_prefix}mst-server-public-key-url)"
Expand Down

0 comments on commit c2e6574

Please sign in to comment.