Removes unnecessary locals in the bucket module

This commit is contained in:
Rob Gil 2020-01-23 20:26:27 -05:00
parent e0d59eb166
commit daa07f8631

View File

@ -1,11 +1,3 @@
#locals {
# whitelist = [
# for cidr in values(var.whitelist): {
# ip = cidrhost(cidr, 0)
# }
# ]
#}
resource "azurerm_resource_group" "bucket" {
name = "${var.name}-${var.environment}-${var.service_name}"
location = var.region