Skip to content

Commit

Permalink
remove deprecated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Feb 7, 2021
1 parent 0d0ae6a commit 2fe9a4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/loadbalancing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ resource "azurerm_lb" "consul_lb_external" {
}

resource "azurerm_lb_backend_address_pool" "consul_address_pool" {
resource_group_name = var.resource_group_name
loadbalancer_id = azurerm_lb.consul_lb_external.id
name = "${var.namespace}-consul-pool"
}
Expand Down Expand Up @@ -70,7 +69,6 @@ resource "azurerm_lb" "nomad_lb_external" {
}

resource "azurerm_lb_backend_address_pool" "nomad_address_pool" {
resource_group_name = var.resource_group_name
loadbalancer_id = azurerm_lb.nomad_lb_external.id
name = "${var.namespace}-nomad-pool"
}
Expand Down Expand Up @@ -119,7 +117,6 @@ resource "azurerm_lb" "fabio_lb_external" {
}

resource "azurerm_lb_backend_address_pool" "fabio_address_pool" {
resource_group_name = var.resource_group_name
loadbalancer_id = azurerm_lb.fabio_lb_external.id
name = "${var.namespace}-fabio-pool"
}
Expand Down

0 comments on commit 2fe9a4f

Please sign in to comment.