instance
JamesWoolfenden/instance/linode
First module for use with Linode
terraform-linode-instance     Usage Requires your Personal Access Token as an Environmental Variable. Module automatically generate your instance root password amd SSH key. ``bash export LINODE_TOKEN="xxxxx" ` Include this repository as a module in your existing Terraform code: `hcl module "instance" { source = "github.com/JamesWoolfenden/terraform-linode-instance" version. = "0.0.1" } ` Requirements | Name | Version | |------|---------| | terraform | >=0.14.8 | | linode | >=1.25.0 | | local | 2.0.0 | | random | 3.0.0 | | tls | 3.0.
| Name | Type | Description | Default |
|---|---|---|---|
| image | string | Linode Image type to use | "linode/ubuntu18.04" |
| region | string | The Linode region to use | "eu-west" |
| type | string | The image size type to use | "g6-standard-1" |
sshpasswordinstance_id