Skip to content

Commit 9978c1b

Browse files
committed
setted default lb_dns_name
1 parent 90e128e commit 9978c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variable "ssh_public_key" {
5353
}
5454

5555
variable "lb_dns_name" {
56-
description = "DNS label for the public IP"
57-
type = string
56+
type = string
57+
default = "my-movie-analyst-lb"
5858
}
5959

0 commit comments

Comments
 (0)