Skip to content

Commit f9103ff

Browse files
Benjamin BauerDennis Ploeger
authored andcommitted
fix: the temporary_name_for_rotation must begin with a lowercase letter, contain only lowercase letters and numbers and be between 1 and 12 characters in length
1 parent efb0e6d commit f9103ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ variable "availability_zones" {
116116
variable "temporary_name_for_rotation" {
117117
type = string
118118
description = "Specifies the name of the temporary node pool used to cycle the default node pool for VM resizing."
119-
default = "default_rotation_tmp"
119+
default = "rotationtmp"
120120
}
121121

122122
variable "sku_tier" {

0 commit comments

Comments
 (0)