File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
environments/site/tofu/node_group Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -203,18 +203,13 @@ variable "config_drive" {
203
203
}
204
204
205
205
variable "additional_cloud_config" {
206
- description = <<- EOT
207
- Multiline string to be appended to the node's cloud-init cloud-config user-data.
208
- Must be in yaml format and not include the #cloud-config or any other user-data headers.
209
- See https://cloudinit.readthedocs.io/en/latest/explanation/format.html#cloud-config-data.
210
- Can be a templatestring parameterised by `additional_cloud_config_vars`
211
- EOT
212
206
type = string
213
207
default = " "
208
+ nullable = false
214
209
}
215
210
216
211
variable "additional_cloud_config_vars" {
217
- description = " Map of values passed to the `additional_cloud_config` templatestring"
218
212
type = map (any )
219
213
default = {}
214
+ nullable = false
220
215
}
You can’t perform that action at this time.
0 commit comments