compute
JamesWoolfenden/compute/digitalocean
Example for provisioning with Digital ocean droplets
terraform-digitalocean-compute     Terraform module - --- It's 100% Open Source and licensed under the APACHE2. Usage This is just a very basic example for how to provision a droplet in DigitalOcean, It requires a Personal Access token that is added as an environment variable: DIGITALOCEAN_ACCESS_TOKEN Inspired by a Rancher example. Include module.compute.tf this repository as a module in your existing terraform code: ``terraform module "compute" { source = "JamesWoolfenden/compute/digitalocean" version = "0.0.2" docker_cm
| Name | Type | Description | Default |
|---|---|---|---|
| docker_cmd | string | required | |
| instance_type | string | "node" | |
| node_count | string | 1 | |
| do_region | string | "lon1" | |
| do_droplet_size | string | "2gb" | |
| image | string | "ubuntu-16-04-x64" |
server-ipinstances