Skip to content

Commit

Permalink
fix acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Dec 5, 2024
1 parent f8f003c commit 9e0f6b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ resource "azurerm_app_service_connection" "test" {
}
}
public_network_solution {
action = "enable"
action = "optOut"
}
}
`, data.Locations.Primary, data.RandomInteger, data.RandomInteger, data.RandomString)
Expand Down

0 comments on commit 9e0f6b1

Please sign in to comment.