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.4
Browse files Browse the repository at this point in the history
| datasource         | package          | from  | to    |
| ------------------ | ---------------- | ----- | ----- |
| terraform-provider | siderolabs/talos | 0.1.2 | 0.3.4 |
  • Loading branch information
damoun-bot committed Oct 14, 2023
1 parent b38d7ae commit e245a8c
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.4"
}
}
}

0 comments on commit e245a8c

Please sign in to comment.