Difference between revisions of "Delete on termination"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
  
 
== See also ==
 
== See also ==
* {{Terraform}}
+
* {{tf apply}}
  
 
[[Category:Terraform]]
 
[[Category:Terraform]]

Revision as of 21:38, 17 October 2022

delete_on_termination = on
+ network_interface {
          + delete_on_termination = (known after apply)
+ ebs_block_device {
         + delete_on_termination = (known after apply)
+ root_block_device {
         + delete_on_termination = (known after apply)


See also

Advertising: