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

Commit

Permalink
Update Terraform talos to v0.3.2
Browse files Browse the repository at this point in the history
| datasource         | package          | from  | to    |
| ------------------ | ---------------- | ----- | ----- |
| terraform-provider | siderolabs/talos | 0.1.2 | 0.3.2 |
  • Loading branch information
damoun-bot committed Sep 7, 2023
1 parent 4e42205 commit 25269bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.1.2"
version = "0.3.2"
}
}
}

0 comments on commit 25269bf

Please sign in to comment.