Skip to content

Commit

Permalink
[NOD-541] fix: resolved wrong resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Oct 26, 2023
1 parent a0e5fdf commit bb8eb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .identity/00_data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ data "azurerm_key_vault_secret" "key_vault_slack_webhook_url" {
}

data "azurerm_resource_group" "nodo_re_rg" {
name = "pagopa-${var.env_short}-${local.location_short}-nodo-verifyko-to-tablestorage-rg"
name = "pagopa-${var.env_short}-${local.location_short}-nodo-verifyko-to-datastore-rg"
}
2 changes: 1 addition & 1 deletion .identity/99_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {
}

function_deployment = {
resource_group = "${local.prefix}-${var.env_short}-${local.location_short}-nodo-verifyko-to-tablestorage-rg",
resource_group = "${local.prefix}-${var.env_short}-${local.location_short}-nodo-verifyko-to-datastore-rg",
app_name = "${local.prefix}-${var.env_short}-${local.location_short}-nodo-verifyko2ts-fn"
container_registry_image = "ghcr.io/pagopa/pagopa-nodo-verifyko-to-tablestorage"
}
Expand Down

0 comments on commit bb8eb64

Please sign in to comment.