k3s
innatical/k3s/inncloud
Terraform Module
HCL
INNCLOUD
Install
module "k3s" {
source = "innatical/k3s/inncloud"
version = "0.0.2"
}
README
terraform-inncloud-k3s An easy way to get a k3s cluster running on Innatical Cloud.
Inputs (7)
| Name | Type | Description | Default |
|---|---|---|---|
| token | string | Innatical Cloud auth token | required |
| project_id | string | Innatical Cloud project id | required |
| cluster_name | string | Cluster name (prefix for all resource names) | "inncloud" |
| region | string | Region where resources will reside | "LA1" |
| master_model | string | Master node model | "starter" |
| node_groups | map(string) | Map of worker node groups, key is model, value is count of nodes in group | {
"starter": 1
} |
| cycle | string | The billing cycle for nodes | "month" |
Outputs (2)
master_ip — Public IP Address of the master nodenodes_ip — Public IP Address of the worker nodes in groupsResources (1)
inncloud_server
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud INNCLOUD
Total downloads719
Inputs7
Outputs2
Resources1
Submodules1
Namespaceinnatical
Updated