File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ variable "aks_network_plugin" {
164
164
165
165
validation {
166
166
condition = contains ([" kubenet" , " azure" ], var. aks_network_plugin )
167
- error_message = " Error: Currently the supported values are ` kubenet` and ` azure` "
167
+ error_message = " Error: Currently the supported values are ' kubenet' and ' azure'. "
168
168
}
169
169
}
170
170
@@ -175,7 +175,7 @@ variable "aks_network_policy" {
175
175
176
176
validation {
177
177
condition = contains ([" azure" , " calico" ], var. aks_network_policy )
178
- error_message = " Error: Currently the supported values are ` calico` and ` azure` "
178
+ error_message = " Error: Currently the supported values are ' calico' and ' azure'. "
179
179
}
180
180
}
181
181
@@ -470,7 +470,7 @@ variable "netapp_network_features" {
470
470
471
471
validation {
472
472
condition = contains ([" Basic" , " Standard" ], var. netapp_network_features )
473
- error_message = " Error: Currently the supported values are ` Basic` and ` Standard` "
473
+ error_message = " Error: Currently the supported values are ' Basic' and ' Standard'. "
474
474
}
475
475
}
476
476
You can’t perform that action at this time.
0 commit comments