k3s

innatical/k3s/inncloud

Terraform Module HCL INNCLOUD
Install
module "k3s" {
source = "innatical/k3s/inncloud"
version = "0.0.2"
}
plain text: /constructs/tfmod-innatical-k3s-inncloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-inncloud-k3s An easy way to get a k3s cluster running on Innatical Cloud.

Inputs (7)
NameTypeDescriptionDefault
tokenstringInnatical Cloud auth token required
project_idstringInnatical Cloud project id required
cluster_namestringCluster name (prefix for all resource names)"inncloud"
regionstringRegion where resources will reside"LA1"
master_modelstringMaster node model"starter"
node_groupsmap(string)Map of worker node groups, key is model, value is count of nodes in group{ "starter": 1 }
cyclestringThe billing cycle for nodes"month"
Outputs (2)
master_ip — Public IP Address of the master node
nodes_ip — Public IP Address of the worker nodes in groups
Resources (1)
inncloud_server
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.2
Cloud INNCLOUD
Total downloads719
Inputs7
Outputs2
Resources1
Submodules1
Namespaceinnatical
Updated