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
* added public ssh_key, cleaned up provider in policies module, and updated base modules so tenancy_id is not passed.
Signed-off-by: Ali Mukadam <[email protected]>
* issues 186, 190, 191, 192, 193, 194
* wrong issue number for 183 in changelog
* additional condition in local to set the nat gateway to true
Copy file name to clipboardExpand all lines: docs/terraformoptions.adoc
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,6 @@ Ensure you review the {uri-terraform-dependencies}[dependencies].
130
130
|Values
131
131
|Default
132
132
133
-
|`nat_gateway_enabled`
134
-
|Whether to create a NAT gateway. *Required* for private worker mode.
135
-
|true/false
136
-
|true
137
-
138
133
|`netnum`
139
134
|0-based index of the subnets when the VCN's CIDR is masked with the corresponding newbit value and specified in the form of a map. Used to define the boundaries of the subnets. The values of the map are used as the netnum parameter in the {uri-terraform-cidrsubnet}[cidrsubnet] Terraform function. CIDR blocks for workers and load balancer subnets must not overlap with the CIDR blocks for Kubernetes pods (specified with _pods_cidr_ parameter).
|The version of Kubernetes to provision. This is based on the available versions in OKE. By default, the available versions will be queries and the latest version selected. To provision a specific version, choose from available versions and override the 'LATEST' value.
460
-
|LATEST, v1.14.8,v1.15.7, v1.16.8
461
-
|LATEST
454
+
|The version of Kubernetes to provision. This is based on the available versions in OKE. By default, the latest version is selected. The use of 'LATEST' is no longer permitted in order to facilitate upgrades.
455
+
|v1.14.8,v1.15.7, v1.16.8
456
+
|v1.16.8
462
457
463
458
|`node_pools`
464
459
|The number, shape and quantities per subnets of node pools to create. Each key and tuple pair corresponds to 1 node pool. The first parameter in the tuple sets the shape of the worker node and the 2nd parameter sets the size of the node pool. A minimum of 3 worker worker nodes per node pool will be created. Refer to {uri-topology}[topology] for more thorough examples.
0 commit comments