Skip to content

Commit 530856d

Browse files
wtripp180901sjpb
andauthored
docs suggestions
Co-authored-by: Steve Brasier <[email protected]>
1 parent b46a565 commit 530856d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environments/site/tofu/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ variable "additional_cloud_config" {
328328
Multiline string to be appended to the node's cloud-init cloud-config user-data.
329329
Must be in yaml format and not include the #cloud-config or any other user-data headers.
330330
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
331+
Can be a templatestring parameterised by `additional_cloud_config_vars`.
332+
The `boot-cmd`, `fqdn` and `mounts` modules must not be specified.
333333
EOT
334334
type = string
335335
default = ""

0 commit comments

Comments
 (0)