Skip to content

Commit

Permalink
DEPRECATED field (#34)
Browse files Browse the repository at this point in the history
Warning: "resource_group_name": [DEPRECATED] This field is no longer used and will be removed in the next major version of the Azure Provider

  on .terraform/modules/module.lb/main.tf line 32, in resource "azurerm_lb_backend_address_pool" "azlb":
  32: resource "azurerm_lb_backend_address_pool" "azlb" {
  • Loading branch information
Itiho authored May 24, 2021
1 parent af4e73d commit 55eb6af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ resource "azurerm_lb" "azlb" {

resource "azurerm_lb_backend_address_pool" "azlb" {
name = "BackEndAddressPool"
resource_group_name = data.azurerm_resource_group.azlb.name
loadbalancer_id = azurerm_lb.azlb.id
}

Expand Down

0 comments on commit 55eb6af

Please sign in to comment.