Skip to content

Commit 122f61d

Browse files
authored
Merge pull request #17 from junior/5G-example
rollback seclist for lb
2 parents b5b9110 + de16694 commit 122f61d

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)