Output message when cloud-init finishesΒΆ
It is possible to configure the final message that cloud-init prints when it has finished.
The message is written to the cloud-init log (usually
/var/log/cloud-init.log) and stderr.
For a full list of keys, refer to the final message module schema.
1#cloud-config
2final_message: |
3  cloud-init has finished
4  version: $version
5  timestamp: $timestamp
6  datasource: $datasource
7  uptime: $uptime