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 9746a22 commit 1b5ec8cCopy full SHA for 1b5ec8c
modules/workers/nodepools.tf
@@ -107,6 +107,7 @@ resource "oci_containerengine_node_pool" "tfscaled_workers" {
107
is_node_cycling_enabled = each.value.node_cycling_enabled
108
maximum_surge = each.value.node_cycling_max_surge
109
maximum_unavailable = each.value.node_cycling_max_unavailable
110
+ cycle_modes = each.value.node_cycling_mode
111
}
112
113
node_source_details {
0 commit comments