workload/terraform/greenfield/AADDSscenario/appsecgrp.tf (7 lines of code) (raw):
data "azurerm_client_config" "cfg" {}
resource "azurerm_application_security_group" "example" {
name = "avdasg-${var.avdLocation}-${var.prefix}"
location = azurerm_resource_group.shrg.location
resource_group_name = azurerm_resource_group.shrg.name
tags = local.tags
}