Skip to content

Instantly share code, notes, and snippets.

@melvinsoft
Created April 25, 2017 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save melvinsoft/d52e702899d75b08835fcb07aee06058 to your computer and use it in GitHub Desktop.
Save melvinsoft/d52e702899d75b08835fcb07aee06058 to your computer and use it in GitHub Desktop.
The Terraform execution plan has been generated and is shown below.
Resources are shown in alphabetical order for quick scanning. Green resources
will be created (or destroyed and then created if an existing resource
exists), yellow resources are being changed in-place, and red resources
will be destroyed. Cyan entries are data sources to be read.
Your plan was also saved to the path below. Call the "apply" subcommand
with this plan file and Terraform will exactly execute this execution
plan.
Path: open-university/prod/tmp.plan
-/+ google_compute_instance.edxapp
can_ip_forward: "false" => "false"
create_timeout: "4" => "4"
disk.#: "1" => "1"
disk.0.auto_delete: "true" => "true"
disk.0.image: "ubuntu-1204-precise-v20160627" => "ubuntu-1204-precise-v20160627"
disk.0.size: "100" => "100"
disk.0.type: "pd-standard" => "pd-standard"
machine_type: "n1-highmem-2" => "n1-highmem-2"
metadata_fingerprint: "DiYPM0YlxOI=" => "<computed>"
name: "prod-open-university-edxapp-0" => "prod-open-university-edxapp-0"
network_interface.#: "1" => "1"
network_interface.0.access_config.#: "1" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "104.155.46.157" => "<computed>"
network_interface.0.access_config.0.nat_ip: "35.187.8.46" => "35.187.8.46"
network_interface.0.address: "10.128.0.3" => "<computed>"
network_interface.0.name: "nic0" => "<computed>"
network_interface.0.subnetwork: "prod-open-university-edxapp" => "prod-open-university-edxapp"
self_link: "https://www.googleapis.com/compute/v1/projects/open-university-edx/zones/europe-west1-b/instances/prod-open-university-edxapp-0" => "<computed>"
service_account.#: "0" => "1" (forces new resource)
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "2" (forces new resource)
service_account.0.scopes.172152165: "" => "https://www.googleapis.com/auth/logging.write" (forces new resource)
service_account.0.scopes.4177124133: "" => "https://www.googleapis.com/auth/monitoring.write" (forces new resource)
tags.#: "3" => "3"
tags.3048477079: "prod" => "prod"
tags.4149071821: "open-university" => "open-university"
tags.502124393: "edxapp" => "edxapp"
tags_fingerprint: "d6z-NS7e-LE=" => "<computed>"
zone: "europe-west1-b" => "europe-west1-b"
-/+ google_compute_instance.mongo
can_ip_forward: "false" => "false"
create_timeout: "4" => "4"
disk.#: "1" => "1"
disk.0.auto_delete: "true" => "true"
disk.0.image: "ubuntu-1204-precise-v20160627" => "ubuntu-1204-precise-v20160627"
disk.0.size: "400" => "400"
disk.0.type: "pd-ssd" => "pd-ssd"
machine_type: "n1-standard-1" => "n1-standard-1"
metadata_fingerprint: "DiYPM0YlxOI=" => "<computed>"
name: "prod-open-university-mongo-0" => "prod-open-university-mongo-0"
network_interface.#: "1" => "1"
network_interface.0.access_config.#: "1" => "1"
network_interface.0.access_config.0.assigned_nat_ip: "104.199.98.176" => "<computed>"
network_interface.0.access_config.0.nat_ip: "104.199.98.176" => "104.199.98.176"
network_interface.0.address: "10.128.0.2" => "<computed>"
network_interface.0.name: "nic0" => "<computed>"
network_interface.0.subnetwork: "prod-open-university-edxapp" => "prod-open-university-edxapp"
self_link: "https://www.googleapis.com/compute/v1/projects/open-university-edx/zones/europe-west1-b/instances/prod-open-university-mongo-0" => "<computed>"
service_account.#: "0" => "1" (forces new resource)
service_account.0.email: "" => "<computed>"
service_account.0.scopes.#: "" => "2" (forces new resource)
service_account.0.scopes.172152165: "" => "https://www.googleapis.com/auth/logging.write" (forces new resource)
service_account.0.scopes.4177124133: "" => "https://www.googleapis.com/auth/monitoring.write" (forces new resource)
tags.#: "3" => "3"
tags.1899873335: "mongo" => "mongo"
tags.3048477079: "prod" => "prod"
tags.4149071821: "open-university" => "open-university"
tags_fingerprint: "70o5tolGm70=" => "<computed>"
zone: "europe-west1-b" => "europe-west1-b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment