Skip to content

Commit 036b2db

Browse files
committed
Updated module version to 2.0.1 in README and example configurations to reflect the latest changes.
1 parent b757f4c commit 036b2db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Module Version | Required Terraform Version
1717
<= 1.0.0 | <= 1.2.9
1818
\>= 1.1.0 | >= 1.3.0
1919

20+
2021
See the [Examples](https://github.com/spectrocloud/terraform-palette-edge/tree/main/examples) for usage of this module. This module is written for the Edge Native Deployment option.
2122

2223
This is a sample "main.tf" file. In this example, we are creating a 3-node Ubuntu-PXKE 1.24 cluster. This cluster has a basic profile for the Ubuntu Operating System, PXK-E (Palette Optimized Kubernetes for the Edge), a CNI, and a few other example profiles. These profiles were created ahead of time.
@@ -31,7 +32,7 @@ Additionally, with the "VIP" tag, we enable Kubevip for HA. The Edge Host is no
3132
3233
module "edge-demo-module-template" {
3334
source = "spectrocloud/edge/spectrocloud"
34-
version = "2.0.0"
35+
version = "2.0.1"
3536
# Store Number/Location
3637
name = "demo"
3738
# add tags to the cluster (optional) list(strings)
@@ -151,7 +152,7 @@ module "edge-demo-module-template" {
151152
152153
module "edge-demo-module-no-template" {
153154
source = "spectrocloud/edge/spectrocloud"
154-
version = "2.0.0"
155+
version = "2.0.1"
155156
# Store Number/Location
156157
name = "demo"
157158
# add tags to the cluster (optional) list(strings)

examples/cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "edge-demo-module-template" {
66
source = "spectrocloud/edge/spectrocloud"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
# Store Number/Location
99
name = "demo"
1010
# add tags to the cluster (optional) list(strings)

0 commit comments

Comments
 (0)