Terraform scripts to provision k3s cluster for quickly (under 3min)
Name | Version |
---|---|
terraform | >= 1.3.1 |
civo | 1.0.24 |
helm | 2.7.0 |
Name | Version |
---|---|
civo | 1.0.24 |
helm | 2.7.0 |
local | 2.2.3 |
No modules.
Name | Type |
---|---|
civo_firewall.my-firewall | resource |
civo_firewall_rule.kubernetes | resource |
civo_kubernetes_cluster.my-cluster | resource |
helm_release.argocd | resource |
local_file.kubeconfig | resource |
civo_size.xsmall | data source |
helm_template.argocd | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
civo_token | API key for CIVO cloud | string |
n/a | yes |
k8s_version | Kubernetes version | string |
"1.22.11" |
no |
name | Naming used for resources creation | string |
"k8s" |
no |
region | Region in cloud | string |
n/a | yes |
No outputs.