Terraform plan execution examples

From wikieduonline
Revision as of 16:02, 6 September 2021 by Chmod14 (talk | contribs) (Created page with " + network_interface { + delete_on_termination = (known after apply) + device_index = (known after apply) + network_interface_id...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


     + network_interface {
         + delete_on_termination = (known after apply)
         + device_index          = (known after apply)
         + network_interface_id  = (known after apply)
       }
     + root_block_device {
         + delete_on_termination = (known after apply)
         + device_name           = (known after apply)
         + encrypted             = (known after apply)
         + iops                  = (known after apply)
         + kms_key_id            = (known after apply)
         + tags                  = (known after apply)
         + throughput            = (known after apply)
         + volume_id             = (known after apply)
         + volume_size           = (known after apply)
         + volume_type           = (known after apply)
       }
   }

Plan: 1 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't guarantee to take exactly these actions if you run "terraform apply" now.

Advertising: