droplet
bayudwiyansatria/droplet/digitalocean
About Terraform Module for Provisioning Digital Ocean Droplet
!Platforms     Terraform Digital Ocean Server Module  Provisioning server on Digital Ocean Requirements | Name | Version | | ---- | ------- | | Terraform | > = 1.0.11 | Getting Started There are instructions under demo directory will get you a copy of the project up and running on your local machine for development and testing purposes. Usage ``shell module "compute" { source = "bayudwiyansatria/droplet/digitalocean" server_name = var.server_name } `` Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. Looking to
| Name | Type | Description | Default |
|---|---|---|---|
| server_name | string | required | |
| project_id | string | Digital Ocean Kubernetes Deployment Project Identifier | required |
| vpc_id | string | VPC Network ID | required |
| server_type | string | "s-1vcpu-2gb" | |
| server_location | string | Server location | "sgp1" |
| server_distro | string | Predefined Image that will be used to spin up the machines | "ubuntu-20-04-x64" |
| server_keys | list(string) | SSH Public Key ID | [] |
| server_count | number | Number of servers | 1 |
ipsidsAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,