Skip to content

Commit

Permalink
Added - ForceNew: true for internal_load_balancing_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jbinko authored and jrauschenbusch committed Jun 29, 2020
1 parent f02ad68 commit a8fd145
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ func resourceArmAppServiceEnvironment() *schema.Resource {
"internal_load_balancing_mode": {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Default: string(web.InternalLoadBalancingModeNone),
ValidateFunc: validation.StringInSlice([]string{
string(web.InternalLoadBalancingModeNone),
Expand Down

0 comments on commit a8fd145

Please sign in to comment.