Skip to content

Commit de16694

Browse files
committed
rollback seclist for lb
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent b5b9110 commit de16694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.4
1+
0.8.5

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ locals {
444444
description = "Allow traffic to worker nodes"
445445
destination = lookup(local.network_cidrs, "ALL-CIDR")
446446
destination_type = "CIDR_BLOCK"
447-
protocol = local.security_list_ports.all_protocols
447+
protocol = local.security_list_ports.tcp_protocol_number # all_protocols
448448
stateless = false
449449
tcp_options = { max = 32767, min = 30000, source_port_range = null }
450450
udp_options = { max = -1, min = -1, source_port_range = null }

0 commit comments

Comments
 (0)