https://github.com/displague/terraform-linode-cloudinit-example
Terraform to produce a StackScript that supports CloudInit UserData on Linode Instances
https://github.com/displague/terraform-linode-cloudinit-example
cloudinit linode stackscript terraform userdata
Last synced: 5 months ago
JSON representation
Terraform to produce a StackScript that supports CloudInit UserData on Linode Instances
- Host: GitHub
- URL: https://github.com/displague/terraform-linode-cloudinit-example
- Owner: displague
- Created: 2019-02-26T04:32:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T02:14:43.000Z (over 6 years ago)
- Last Synced: 2025-05-09T01:49:42.023Z (5 months ago)
- Topics: cloudinit, linode, stackscript, terraform, userdata
- Language: HCL
- Homepage:
- Size: 2.93 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UserData Stackscript Example
This Terraform config for Linode Instances creates a StackScript that can be used to provision a Linode with CloudInit UserData.
CloudInit UserData used in this example was taken from:
*The StackScript used here was first published here:
*
*## Importing the original StackScript
To import the original, public stackscript:
```sh
echo 'public_stackscript = "true"' >> public_stackscript.auto.tfvars
terraform import linode_stackscript.cloudinit_stackscript 392559
```## More on CloudInit and UserData
-
-
-
-
-
-
-
-
-
-