Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CES-464] Added new storage account iopweumessagesbetauserst for ITN migration #1283

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
CES-464-migrate-iopweumessagesbetauserst new code modified
  • Loading branch information
ccuffari committed Nov 7, 2024
commit 35c41bf6f78df44d74bed0cb7c6dcf8ccf7b1df1
2 changes: 1 addition & 1 deletion src/domains/messages-common/04_storage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module "azure_storage_account" {
resource_group_name = azurerm_resource_group.notifications_rg.name
tier = "l"
subnet_pep_id = data.azurerm_subnet.subnet_pep_itn.id
private_dns_zone_resource_group_name = "${local.prefix}-${local.env_short}-rg-common"
private_dns_zone_resource_group_name = "${var.prefix}-${var.env_short}-rg-common"

subservices_enabled = {
blob = false
Expand Down
Loading