You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/alb/variables.tf
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
variable"name" {
6
6
description="(Optional) Name of the LB."
7
7
type=string
8
-
default=""
8
+
default=null
9
9
}
10
10
11
11
variable"internal" {
@@ -28,7 +28,7 @@ variable "subnets_ids" {
28
28
variable"preserve_host_header" {
29
29
description="(Optional) Whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change."
0 commit comments