mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix(tf): appease provider
This commit is contained in:
parent
46fd298ca3
commit
ca8b0900a3
1 changed files with 2 additions and 2 deletions
|
|
@ -178,7 +178,7 @@ resource "proxmox_virtual_environment_container" "aya" {
|
|||
started = false
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [started, description, initialization[0].dns, operating_system[0].template_file_id]
|
||||
ignore_changes = [started, description, initialization[0].dns, initialization[0].ip_config, operating_system[0].template_file_id]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -240,6 +240,6 @@ resource "proxmox_virtual_environment_vm" "freeipa" {
|
|||
serial_device {}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [started, operating_system[0], cdrom[0].enabled, cdrom[0].file_id]
|
||||
ignore_changes = [started, description, operating_system[0], cdrom[0].enabled, cdrom[0].file_id]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue