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 b46a565 commit 530856dCopy full SHA for 530856d
environments/site/tofu/variables.tf
@@ -328,8 +328,8 @@ variable "additional_cloud_config" {
328
Multiline string to be appended to the node's cloud-init cloud-config user-data.
329
Must be in yaml format and not include the #cloud-config or any other user-data headers.
330
See https://cloudinit.readthedocs.io/en/latest/explanation/format.html#cloud-config-data.
331
- Can be a templatestring parameterised by `additional_cloud_config_vars`
332
- Can't set the `boot-cmd`, `fqdn` or `mounts` variables here
+ Can be a templatestring parameterised by `additional_cloud_config_vars`.
+ The `boot-cmd`, `fqdn` and `mounts` modules must not be specified.
333
EOT
334
type = string
335
default = ""
0 commit comments