test(acc): azurerm_lb_rule

Ignore azurerm_lb resources since it's not necessary to test them here.
main
sundowndev 2021-11-26 17:18:15 +01:00
parent 57cdd84bc8
commit 73ca972e19
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ func TestAcc_Azure_LoadBalancerRules(t *testing.T) {
t.Fatal(err)
}
result.AssertInfrastructureIsInSync()
result.AssertManagedCount(2)
result.AssertManagedCount(1)
},
},
},

View File

@ -1,3 +1,2 @@
*
!azurerm_lb
!azurerm_lb_rule