-
Notifications
You must be signed in to change notification settings - Fork 178
Resource group not found on initial deploy. #4624
Copy link
Copy link
Description
╷
│ Error: updating Public I P Address (Subscription: "c3b89fac-8c45-46c4-8b8c-67f835c0c4c1"
│ Resource Group Name: "rg-"
│ Public I P Addresses Name: "pip-fw-"): performing CreateOrUpdate: unexpected status 404 (404 Not Found) with error: ResourceGroupNotFound: Resource group 'rg-***' could not be found.
│
│ with module.firewall.azurerm_public_ip.fwtransit[0],
│ on firewall/firewall.tf line 1, in resource "azurerm_public_ip" "fwtransit":
│ 1: resource "azurerm_public_ip" "fwtransit" ***
│
╵
Need to fix how variables are passed to ensure correct TF dependencies are calculated.
Reactions are currently unavailable