dropplet
19signals/dropplet/digitalocean
Terraform Module
HCL
DIGITALOCEAN
Terraform module to create Dropplets
Install
module "dropplet" {
source = "19signals/dropplet/digitalocean"
version = "0.1.0"
}
README
Terraform DigitalOcean Droplet Minimal module to manage Terraform and DigitalOcean Droplet. Code was originally extracted from https://github.com/terraform-digitalocean-modules/terraform-digitalocean-droplet.
Inputs (12)
| Name | Type | Description | Default |
|---|---|---|---|
| team_name | string | required | |
| droplet_name | string | The name of the droplet. If more than one droplet it is appended with the count, | required |
| private_networking | string | (Optional) Boolean controlling if private networks are enabled. Defaults to fals | false |
| ssh_keys | list | (Optional) A list of SSH IDs or fingerprints to enable in the format [12345, 123 | [] |
| image_name | string | The image name or slug to lookup. | "ubuntu-18-04-x64" |
| number_format | string | The number format used to output. | "%02d" |
| ipv6 | string | (Optional) Boolean controlling if IPv6 is enabled. Defaults to false. | false |
| region | list | The Digitalocean datacenter to create resources in. | [] |
| backups | string | (Optional) Boolean controlling if backups are made. Defaults to false. | false |
| droplet_count | string | The number of droplets / other resources to create | 1 |
| droplet_size | string | the size slug of a droplet size | "micro" |
| image_id | string | The id of an image to use. | "53893572" |
Outputs (8)
ipv6_address — List of public IPv6 addresses assigned to the Droplets, if applicablename — List of names of Dropletsregion — List of regions of Dropletssize — List of sizes of Dropletsdroplet_id — List of IDs of Dropletsimage — List of images of Dropletsipv4_address — List of public IPv4 addresses assigned to the Dropletsipv4_address_private — List of private IPv4 addresses assigned to the Droplets, if applicableResources (1)
digitalocean_droplet
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud DIGITALOCEAN
★ Stars0
Forks0
Total downloads789
Inputs12
Outputs8
Resources1
Namespace19signals
Updated