Difference between revisions of "Delete on termination"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
+ network_interface {
 
          + delete_on_termination = (known after apply)
 
  
  + ebs_block_device {
+
delete_on_termination = on
 +
 
 +
  + [[network_interface]] {
 +
          + delete_on_termination = ([[known after apply]])
 +
 
 +
+ [[ebs_block_device]] {
 
           + delete_on_termination = (known after apply)
 
           + delete_on_termination = (known after apply)
  
  + root_block_device {
+
  + [[root_block_device]] {
 
           + delete_on_termination = (known after apply)
 
           + delete_on_termination = (known after apply)
 +
 +
 +
== See also ==
 +
* {{ebs_block_device}}
 +
* {{tf apply}}
 +
 +
[[Category:Terraform]]

Latest revision as of 10:01, 21 November 2023

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[edit]

Advertising: