Skip to content

Commit eaf8eb3

Browse files
committed
Fix ALB usages.
1 parent 943ab04 commit eaf8eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic/prerequisites.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module "application_load_balancer" {
8282
port = "80"
8383
protocol = "HTTP"
8484
certificate_arn = null,
85-
ssl_policy = null,
85+
ssl_policy = "",
8686
default_action = {
8787
type = "forward"
8888
target_group_key = "default"

spec/unit/infra/prerequisites/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module "application_load_balancer" {
8282
port = "80"
8383
protocol = "HTTP"
8484
certificate_arn = null,
85-
ssl_policy = null,
85+
ssl_policy = "",
8686
default_action = {
8787
type = "forward"
8888
target_group_key = "default"

0 commit comments

Comments
 (0)