File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
1Region_3ControlPlane_3Worker_Nodes
3Regions_3ControlPlane_3Worker_Nodes Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 6.2.1] - 2025-06-27
6+
7+ ### Documentation
8+
9+ - [ 9d9316d] ( https://github.com/identiops/terraform-hcloud-k3s/commit/9d9316dfacdb21663afc6adb5ff9a091e86ca2af ) Update toc
10+
511## [ 6.2.0] - 2025-06-27
612
713### Added Features
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ terraform {
4141# ##########################
4242
4343module "cluster" {
44- # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.0 "
44+ # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.1 "
4545 source = " identiops/k3s/hcloud"
46- version = " 6.2.0 "
46+ version = " 6.2.1 "
4747 hcloud_token = var. hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz`
4848 hcloud_token_read_only = var. hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc`
4949
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ terraform {
4141# ##########################
4242
4343module "cluster" {
44- # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.0 "
44+ # source = "github.com/identiops/terraform-hcloud-k3s?ref=6.2.1 "
4545 source = " identiops/k3s/hcloud"
46- version = " 6.2.0 "
46+ version = " 6.2.1 "
4747 hcloud_token = var. hcloud_token # INFO: Set via `export TF_VAR_hcloud_token=xyz`
4848 hcloud_token_read_only = var. hcloud_token_read_only # INFO: Set via `export TF_VAR_hcloud_token_read_only=abc`
4949
You can’t perform that action at this time.
0 commit comments