Skip to content

Commit 1f353cf

Browse files
committed
update code
1 parent 38723c0 commit 1f353cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/services/loadbalancer/loadbalancer_nat_pool_resource_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ resource "azurerm_lb_nat_pool" "test" {
282282
frontend_port_end = 81
283283
backend_port = 3389
284284
frontend_ip_configuration_name = "one-%[1]d"
285-
floating_ip_enabled = true
286-
tcp_reset_enabled = true
285+
floating_ip_enabled = true
286+
tcp_reset_enabled = true
287287
idle_timeout_in_minutes = 10
288288
}
289289
`, data.RandomInteger, data.Locations.Primary, sku)

0 commit comments

Comments
 (0)