We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90ac55 commit f77e239Copy full SHA for f77e239
docs/src/content/docs/guides/setup.md
@@ -5,7 +5,7 @@ description: A guide for setting up talos cluster with this module.
5
6
```terraform
7
module "talos_cluster" {
8
- source = "git::https://github.com/pascalinthecloud/terraform-proxmox-talos-cluster.git?ref=main"
+ source = "git::https://github.com/pascalinthecloud/terraform-proxmox-talos-cluster.git?ref=v1.0.0"
9
cluster = {
10
vm_base_id = 700
11
name = "cluster-prod"
examples/main.example
@@ -1,5 +1,5 @@
1
module "k8s_cluster" {
2
- source = "../modules/k8s_cluster"
3
4
name = "homelab.cluster"
0 commit comments