Files
coder/examples/templates/aws-linux/cloud-init/userdata.sh.tftpl
Phorcys c8f68cbc46 feat: use hashicorp/cloud-init provider for AWS-linux example (#15240)
Same as #15050 but for the `aws-linux` template.
Tested, works as expected.
2024-10-28 07:43:45 +00:00

3 lines
59 B
Plaintext

#!/bin/bash
sudo -u '${linux_user}' sh -c '${init_script}'