Skip to content

Commit 70942f6

Browse files
authored
Merge pull request #59 from remerge/DATA-653-safety-net
defend against accidental reinstalls
2 parents 31ba50f + af8438a commit 70942f6

File tree

1 file changed

+2
-0
lines changed
  • leaseweb/server/installation

1 file changed

+2
-0
lines changed

leaseweb/server/installation/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ EOT
103103

104104
lifecycle {
105105
ignore_changes = [
106+
password,
106107
post_install_script,
107108
]
109+
prevent_destroy = true
108110
}
109111
}

0 commit comments

Comments
 (0)