Skip to content

Commit

Permalink
Update default value for container_app_environment_internal_load_bala…
Browse files Browse the repository at this point in the history
…ncer_enabled
  • Loading branch information
Andre Bossard committed Dec 12, 2023
1 parent e4f5b7d commit 9a26c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ variable "container_app_environment_infrastructure_subnet_id" {

variable "container_app_environment_internal_load_balancer_enabled" {
type = bool
default = false
default = null
description = "(Optional) Should the Container Environment operate in Internal Load Balancing Mode? Defaults to `false`. Changing this forces a new resource to be created."
}

Expand Down

0 comments on commit 9a26c26

Please sign in to comment.