workload/terraform/modules/network/firewallrules/main.tf (19 lines of code) (raw):

terraform { # In modules we should only specify the min version required_providers { azurerm = { source = "hashicorp/azurerm" } } } provider "azurerm" { features { resource_group { prevent_deletion_if_contains_resources = false } } } provider "azurerm" { features {} alias = "hub" subscription_id = var.hub_subscription_id }