Skip to content

Commit 1b5ec8c

Browse files
authored
Fixed cycle modes in tfscaled_workers (#1028)
1 parent 9746a22 commit 1b5ec8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/workers/nodepools.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ resource "oci_containerengine_node_pool" "tfscaled_workers" {
107107
is_node_cycling_enabled = each.value.node_cycling_enabled
108108
maximum_surge = each.value.node_cycling_max_surge
109109
maximum_unavailable = each.value.node_cycling_max_unavailable
110+
cycle_modes = each.value.node_cycling_mode
110111
}
111112

112113
node_source_details {

0 commit comments

Comments
 (0)