We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de8557 commit 9814f35Copy full SHA for 9814f35
terraform/flux/main.tf
@@ -17,9 +17,5 @@ provider "flux" {
17
18
resource "flux_bootstrap_git" "flux" {
19
path = "kubernetes/cluster/production"
20
- version = "v2.4.0"
21
-
22
- lifecycle {
23
- ignore_changes = all
24
- }
+ version = "v2.5.0"
25
}
terraform/proxmox/windows.tf
@@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
3
node_name = "pve2"
4
vm_id = 250
5
tags = ["tofu"]
6
- started = false
+ started = true
7
bios = "ovmf"
8
machine = "pc-q35-9.0"
9
0 commit comments