22 lines
No EOL
1.5 KiB
HCL
22 lines
No EOL
1.5 KiB
HCL
variable tenancy_ocid { type = string }
|
|
variable vcn_id { type = string }
|
|
variable oke_api_endpoint_public { type = string }
|
|
variable oke_node_shape { type = string }
|
|
variable oke_node_shape_memory_gb { type = number }
|
|
variable oke_node_shape_ocpus { type = number }
|
|
variable oke_nodepool_size { type = number }
|
|
variable oke_cluster_name { type = string }
|
|
variable oke_compartment { type = string }
|
|
variable oke_subnet_node_cidr_block { type = string }
|
|
variable oke_subnet_lb_cidr_block { type = string }
|
|
variable oke_subnet_api_cidr_block { type = string }
|
|
variable oke_subnet_pods_cidr_block { type = string }
|
|
variable oke_enable_autoscaler { type = bool }
|
|
variable oke_enable_cert_manager { type = bool }
|
|
variable oke_enable_metric_server { type = bool }
|
|
variable oke_autoscaler_min_nodes { type = number }
|
|
variable oke_autoscaler_max_nodes { type = number }
|
|
variable oke_autoscaler_down_delay_after_add { type = string }
|
|
variable oke_autoscaler_down_unneeded_time { type = string }
|
|
variable oke_autoscaler_down_unready_time { type = string }
|
|
variable oke_autoscaler_skip_nodes_with_system_pods { type = string } |