Skip to content

Instantly share code, notes, and snippets.

@sergeykuzmich
Last active December 18, 2018 11:41
Show Gist options
  • Save sergeykuzmich/cf6df72392df8c08ff253299c5a89a5f to your computer and use it in GitHub Desktop.
Save sergeykuzmich/cf6df72392df8c08ff253299c5a89a5f to your computer and use it in GitHub Desktop.
DigitalOcean Terraform output
$ 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.
$▐
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment