Skip to content

Commit

Permalink
feat: Move wallet function to io-p-itn-wallet-user-func-02 (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
grausof authored Oct 4, 2024
1 parent 72e4fcf commit 1cb5f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/prod/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ data "azurerm_linux_function_app" "io_sign_user" {

data "azurerm_linux_function_app" "wallet_user" {
resource_group_name = "${local.project_itn}-wallet-rg-01"
name = "${local.project_itn}-wallet-user-func-01"
name = "${local.project_itn}-wallet-user-func-02"
}

data "azurerm_api_management" "trial_system" {
Expand Down

0 comments on commit 1cb5f1a

Please sign in to comment.