You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2019. It is now read-only.
public_subnet_http_ingress | 0.0.0.0/0 | A CIDR notation IP range that is allowed access to port 80 on instances in the public subnet
140
140
public_subnet_https_ingress | 0.0.0.0/0 | A CIDR notation IP range that is allowed access to port 443 on instances in the public subnet
141
141
natInstanceShape | VM.Standard1.1 | OCI shape for the optional NAT instance. Size according to the amount of expected _outbound_ traffic from nodes and pods
142
-
nat_instance_ad1_enabled | true | whether to provision a NAT instance in AD 1 (only used when control_plane_subnet_access=private)
143
-
nat_instance_ad2_enabled | false | whether to provision a NAT instance in AD 2 (only used when control_plane_subnet_access=private)
144
-
nat_instance_ad3_enabled | false | whether to provision a NAT instance in AD 3 (only used when control_plane_subnet_access=private)
142
+
nat_instance_ad1_enabled | "true" | whether to provision a NAT instance in AD 1 (only used when control_plane_subnet_access=private)
143
+
nat_instance_ad2_enabled | "false" | whether to provision a NAT instance in AD 2 (only used when control_plane_subnet_access=private)
144
+
nat_instance_ad3_enabled | "false" | whether to provision a NAT instance in AD 3 (only used when control_plane_subnet_access=private)
0 commit comments