parent
7de8557229
commit
9814f35403
2 changed files with 2 additions and 6 deletions
terraform
|
@ -17,9 +17,5 @@ provider "flux" {
|
||||||
|
|
||||||
resource "flux_bootstrap_git" "flux" {
|
resource "flux_bootstrap_git" "flux" {
|
||||||
path = "kubernetes/cluster/production"
|
path = "kubernetes/cluster/production"
|
||||||
version = "v2.4.0"
|
version = "v2.5.0"
|
||||||
|
|
||||||
lifecycle {
|
|
||||||
ignore_changes = all
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
|
||||||
node_name = "pve2"
|
node_name = "pve2"
|
||||||
vm_id = 250
|
vm_id = 250
|
||||||
tags = ["tofu"]
|
tags = ["tofu"]
|
||||||
started = false
|
started = true
|
||||||
bios = "ovmf"
|
bios = "ovmf"
|
||||||
machine = "pc-q35-9.0"
|
machine = "pc-q35-9.0"
|
||||||
|
|
||||||
|
|
Reference in a new issue