Documentation request
https://docs.cloud-init.io/en/latest/reference/modules.html#write-files
Go to "Config schema" tab, look at the description of the "source" attribute. It says:
source: (object) Optional specification for content loading from an arbitrary URI. Each object in source list supports the following keys:
However, source is not a list, it's a single object. Suggested replacement:
source: (object) Optional specification for content loading from an arbitrary URI. The source object supports the following keys:
Documentation request
https://docs.cloud-init.io/en/latest/reference/modules.html#write-files
Go to "Config schema" tab, look at the description of the "source" attribute. It says:
However, source is not a list, it's a single object. Suggested replacement: