Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 0a4cf24

Browse files
committed
Update Terraform talos to v0.3.3
| datasource | package | from | to | | ------------------ | ---------------- | ----- | ----- | | terraform-provider | siderolabs/talos | 0.1.2 | 0.3.3 |
1 parent 4e42205 commit 0a4cf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cluster/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
talos = {
44
source = "siderolabs/talos"
5-
version = "0.1.2"
5+
version = "0.3.3"
66
}
77
}
88
}

0 commit comments

Comments
 (0)