Skip to content

Commit

Permalink
[#IOPID-1975] changed reference to ITN fn-public (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcogabbo authored Oct 28, 2024
1 parent da9a2b1 commit f6b8e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/resources/_modules/apim/io_public_api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "azurerm_api_management_named_value" "io_fn3_public_url_v2" {
api_management_name = var.apim_name
resource_group_name = var.apim_resource_group_name
display_name = "io-fn3-public-url"
value = "https://io-p-public-fn.azurewebsites.net"
value = "https://io-p-itn-auth-public-func-01.azurewebsites.net"
}

resource "azurerm_api_management_named_value" "io_fn3_public_key_v2" {
Expand Down

0 comments on commit f6b8e63

Please sign in to comment.