text DigitalOcean Terraform输出

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text DigitalOcean Terraform输出相关的知识,希望对你有一定的参考价值。

$ terraform plan

Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.


------------------------------------------------------------------------

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  + digitalocean_domain.default
      id:                   <computed>
      ip_address:           "${digitalocean_droplet.default.ipv4_address}"
      name:                 "example.com"

  + digitalocean_droplet.default
      id:                   <computed>
      disk:                 <computed>
      image:                "lemp-16-04"
      ipv4_address:         <computed>
      ipv4_address_private: <computed>
      ipv6_address:         <computed>
      ipv6_address_private: <computed>
      locked:               <computed>
      name:                 "lemp-server"
      price_hourly:         <computed>
      price_monthly:        <computed>
      region:               "nyc1"
      resize_disk:          "true"
      size:                 "512mb"
      status:               <computed>
      vcpus:                <computed>


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

------------------------------------------------------------------------

Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.

$▐

以上是关于text DigitalOcean Terraform输出的主要内容,如果未能解决你的问题,请参考以下文章

text DigitalOcean服务的Terraform变量

text DigitalOcean Terraform输出

text Terraform中的DigitalOcean凭证

text 最小DigitalOcean服务的Terraform定义

text DigitalOcean Domain的Terraform定义

text DigitalOcean Droplet的Terraform定义