Merge pull request 'fix: ignore recurrent Proxmox cloud-init drift fields' (#54) from stage into master
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 9m39s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 9m39s
Reviewed-on: #54
This commit was merged in pull request #54.
This commit is contained in:
@@ -67,6 +67,10 @@ resource "proxmox_vm_qemu" "control_planes" {
|
|||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
|
boot,
|
||||||
|
bootdisk,
|
||||||
|
scsihw,
|
||||||
|
ipconfig0,
|
||||||
ciuser,
|
ciuser,
|
||||||
sshkeys,
|
sshkeys,
|
||||||
]
|
]
|
||||||
@@ -125,6 +129,10 @@ resource "proxmox_vm_qemu" "workers" {
|
|||||||
|
|
||||||
lifecycle {
|
lifecycle {
|
||||||
ignore_changes = [
|
ignore_changes = [
|
||||||
|
boot,
|
||||||
|
bootdisk,
|
||||||
|
scsihw,
|
||||||
|
ipconfig0,
|
||||||
ciuser,
|
ciuser,
|
||||||
sshkeys,
|
sshkeys,
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user