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.
1 parent 0e01835 commit 3e307dfCopy full SHA for 3e307df
deploy/devops/tf-env/oke.tf
@@ -22,10 +22,8 @@ resource "oci_core_security_list" "pub_lb_sl" {
22
source_type = "CIDR_BLOCK"
23
description = "Allow HTTP for all load balancers"
24
tcp_options {
25
- destination_port_range {
26
- max = 80
27
- min = 80
28
- }
+ max = 80
+ min = 80
29
}
30
31
egress_security_rules {
@@ -34,10 +32,8 @@ resource "oci_core_security_list" "pub_lb_sl" {
34
32
destination_type = "CIDR_BLOCK"
35
33
description = "Allow OCI load balancer or network load balancer to communicate with kube-proxy on worker nodes."
36
37
38
- max = 10256
39
- min = 10256
40
+ max = 10256
+ min = 10256
41
42
43
0 commit comments