fix: terraform refresh vor destroy + lifecycle rules
Deploy Staging / staging (push) Failing after 4s
Deploy Staging / staging (push) Failing after 4s
This commit is contained in:
@@ -41,6 +41,11 @@ resource "proxmox_lxc" "staging" {
|
||||
|
||||
ssh_public_keys = var.ssh_public_key
|
||||
|
||||
# Lifecycle: Erlaubt Destroy von geschützten Ressourcen
|
||||
lifecycle {
|
||||
create_before_destroy = false
|
||||
}
|
||||
|
||||
provisioner "remote-exec" {
|
||||
inline = [
|
||||
"apt-get update -qq",
|
||||
|
||||
Reference in New Issue
Block a user