We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b9110 + de16694 commit 122f61dCopy full SHA for 122f61d
VERSION
@@ -1 +1 @@
1
-0.8.4
+0.8.5
main.tf
@@ -444,7 +444,7 @@ locals {
444
description = "Allow traffic to worker nodes"
445
destination = lookup(local.network_cidrs, "ALL-CIDR")
446
destination_type = "CIDR_BLOCK"
447
- protocol = local.security_list_ports.all_protocols
+ protocol = local.security_list_ports.tcp_protocol_number # all_protocols
448
stateless = false
449
tcp_options = { max = 32767, min = 30000, source_port_range = null }
450
udp_options = { max = -1, min = -1, source_port_range = null }
0 commit comments