Skip to content

Commit f60f689

Browse files
authored
Merge pull request #33 from junior/policy_as_a_module
Policy as a module and small fixes
2 parents d51f488 + b2393c2 commit f60f689

28 files changed

+470
-297
lines changed

.terraform.lock.hcl

Lines changed: 106 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module "oke-quickstart" {
6363
6464
# OKE Node Pool 1 arguments
6565
# node_pool_cni_type_1 = "FLANNEL_OVERLAY" # Use "OCI_VCN_IP_NATIVE" for VCN Native PODs Network
66-
cluster_autoscaler_enabled = true
66+
node_pool_autoscaler_enabled_1 = true
6767
node_pool_initial_num_worker_nodes_1 = 3 # Minimum number of nodes in the node pool
6868
node_pool_max_num_worker_nodes_1 = 10 # Maximum number of nodes in the node pool
6969
node_pool_instance_shape_1 = { "instanceShape" = "VM.Standard.E4.Flex", "ocpus" = 2, "memory" = 64 } # If not using a Flex shape, ocpus and memory are ignored

0 commit comments

Comments
 (0)