droplet

bayudwiyansatria/droplet/digitalocean

Terraform Module HCL DIGITALOCEAN

About Terraform Module for Provisioning Digital Ocean Droplet

Install
module "droplet" {
source = "bayudwiyansatria/droplet/digitalocean"
version = "0.0.1"
}
plain text: /constructs/tfmod-bayudwiyansatria-droplet-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
README

!Platforms ![License](LICENSE.md) ![Code Of Conduct](CODE_OF_CONDUCT.md) ![Support](SUPPORT.md) ![Contributing](CONTRIBUTING.md) Terraform Digital Ocean Server Module ![Contributor Covenant](CODE_OF_CONDUCT.md) 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

Inputs (8)
NameTypeDescriptionDefault
server_namestring required
project_idstringDigital Ocean Kubernetes Deployment Project Identifier required
vpc_idstringVPC Network ID required
server_typestring"s-1vcpu-2gb"
server_locationstringServer location"sgp1"
server_distrostringPredefined Image that will be used to spin up the machines"ubuntu-20-04-x64"
server_keyslist(string)SSH Public Key ID[]
server_countnumberNumber of servers1
Outputs (2)
ips
ids
Resources (2)
digitalocean_dropletdigitalocean_project_resources
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud DIGITALOCEAN
★ Stars0
Forks0
Total downloads455
Inputs8
Outputs2
Resources2
LicenseMIT
Namespacebayudwiyansatria
Updated