You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
azure/vnets-nsg.tf

9 lines
404 B

################################################################################
## Public Network
################################################################################
resource "azurerm_network_security_group" "public_pgsql_tier" {
name = "public-network-pgsql-tier"
location = var.location
resource_group_name = data.azurerm_resource_group.public_prod.name
}