Difference between revisions of "Terraform lifecycle meta-argument"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
* https://www.terraform.io/language/meta-arguments/lifecycle
 
* https://www.terraform.io/language/meta-arguments/lifecycle
  
* <code>create_before_destroy</code>
+
* <code>create_before_destroy</code> changes default behavior so that the new replacement object is created first, and the prior object is destroyed after the replacement is created.
 
* <code>prevent_destroy</code>
 
* <code>prevent_destroy</code>
 
* <code>ignore_changes</code>
 
* <code>ignore_changes</code>

Revision as of 09:46, 7 June 2022

Advertising: