bcgov / Cloud-Pathfinder-Azure

Apache License 2.0
0 stars 0 forks source link

Pass resource group to ipam managed id module #124

Closed harsimranmaan closed 3 weeks ago

harsimranmaan commented 1 month ago

The data block should go as it fails during the initial setup

data "azurerm_resource_group" "ipam" {
  name = var.resourceGroupName
}