I want to be able to set a variable in a shell-script
- which is part of a multi-part cloud-init userdata configuration setup, and use this variable in a cloud-config
script that comes later in the multi-part userdata.
Is this possible to do? An example would be helpful.