An open API service indexing awesome lists of open source software.

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

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

-
-
-
-
-
-
-
-
-
-