kubernetes

jgrancell/kubernetes/digitalocean

Terraform Module HCL DIGITALOCEAN

Kubernetes cluster infrastructure module for Digitalocean

Install
module "kubernetes" {
source = "jgrancell/kubernetes/digitalocean"
version = "0.0.1"
}
plain text: /constructs/tfmod-jgrancell-kubernetes-digitalocean/install.txt
⭐ Source on GitHub 📦 Registry page
Inputs (8)
NameTypeDescriptionDefault
osobject({ distribution The operating system information that will be used to find an appropriate VM ima required
regionslist(string)The Digitalocean Datacenters resources will be created in. required
service_tierstringThe incidence tier we're assigning this cluster to. required
controlplaneobject({ count = nConfiguration information for the Kubernetes controlplane nodes. required
workersobject({ count = nConfiguration information for the Kubernetes worker nodes. required
admin_ipsstringComma-delineated list of IPs to allow admin access through the firewall required
customer_groupstringThe customer group we're assigning this cluster to. required
provider_configobject({ backups The Digitalocean-specific configuration options available.{}
Outputs (2)
ips
cost
Resources (6)
digitalocean_dropletdigitalocean_firewalldigitalocean_loadbalancerdigitalocean_project_resourcesdigitalocean_recorddigitalocean_tag
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.1
Cloud DIGITALOCEAN
Total downloads556
Inputs8
Outputs2
Resources6
Namespacejgrancell
Updated