new flatcar version
This commit is contained in:
@@ -344,6 +344,10 @@ resource "proxmox_virtual_environment_vm" "control_plane1" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.control_plane1_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.control_plane1_ignition.id}"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_vm" "control_plane2" {
|
resource "proxmox_virtual_environment_vm" "control_plane2" {
|
||||||
@@ -389,6 +393,10 @@ resource "proxmox_virtual_environment_vm" "control_plane2" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.control_plane2_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.control_plane2_ignition.id}"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
resource "proxmox_virtual_environment_vm" "control_plane3" {
|
resource "proxmox_virtual_environment_vm" "control_plane3" {
|
||||||
name = "control-plane3"
|
name = "control-plane3"
|
||||||
@@ -433,6 +441,10 @@ resource "proxmox_virtual_environment_vm" "control_plane3" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.control_plane3_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.control_plane3_ignition.id}"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -483,6 +495,10 @@ resource "proxmox_virtual_environment_vm" "worker1" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.worker1_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.worker1_ignition.id}"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
resource "proxmox_virtual_environment_vm" "worker2" {
|
resource "proxmox_virtual_environment_vm" "worker2" {
|
||||||
name = "worker2"
|
name = "worker2"
|
||||||
@@ -527,6 +543,10 @@ resource "proxmox_virtual_environment_vm" "worker2" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.worker2_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.worker2_ignition.id}"
|
||||||
}
|
}
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
resource "proxmox_virtual_environment_vm" "worker3" {
|
resource "proxmox_virtual_environment_vm" "worker3" {
|
||||||
name = "worker3"
|
name = "worker3"
|
||||||
@@ -615,4 +635,9 @@ resource "proxmox_virtual_environment_vm" "worker4" {
|
|||||||
datastore_id = "Pool1"
|
datastore_id = "Pool1"
|
||||||
user_data_file_id = "${proxmox_virtual_environment_file.worker4_ignition.id}"
|
user_data_file_id = "${proxmox_virtual_environment_file.worker4_ignition.id}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
prevent_destroy = true
|
||||||
|
ignore_changes = all
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user