kayak
captn3m0/kayak/digitalocean
Terraform Module
HCL
DIGITALOCEAN
Install
module "kayak" {
source = "captn3m0/kayak/digitalocean"
version = "0.0.1"
}
README
kayak/digitalocean   Terraform module that sets up a single-node kubernetes cluster on digital ocean using Kayak. For variable and output documentation, see the Terraform Registry or the MODULE.md file.
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| domain | any | root domain for the kubernetes cluster | required |
| cert_path | any | where to store the certificates | required |
| region | any | digital ocean region | "blr1" |
| size | any | digital ocean size | "1gb" |
Resources (2)
digitalocean_dropletdigitalocean_ssh_key
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud DIGITALOCEAN
★ Stars0
Forks1
Total downloads790
Inputs4
Resources2
LicenseMIT
Namespacecaptn3m0
Updated