Skip to content

Instantly share code, notes, and snippets.

@noogg
Last active April 24, 2018 20:15
Show Gist options
  • Save noogg/59069679333dbd90f53134a3c78309a4 to your computer and use it in GitHub Desktop.
Save noogg/59069679333dbd90f53134a3c78309a4 to your computer and use it in GitHub Desktop.
cgravier@cgravier-vm ~/test
$ terraform apply
google_compute_health_check.test: Refreshing state... (ID: test)
google_compute_instance_template.test: Refreshing state... (ID: test)
google_compute_region_instance_group_manager.test: Refreshing state... (ID: test)
google_compute_region_backend_service.test: Refreshing state... (ID: test)
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ google_compute_region_backend_service.test
backend.27530698.description: "" => ""
backend.27530698.group: "https://www.googleapis.com/compute/v1/projects/************/regions/us-east1/instanceGroups/test" => ""
backend.3555381573.description: "" => ""
backend.3555381573.group: "" => "https://www.googleapis.com/compute/beta/projects/************/regions/us-east1/instanceGroups/test"
Plan: 0 to add, 1 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
google_compute_region_backend_service.test: Modifying... (ID: test)
backend.27530698.description: "" => ""
backend.27530698.group: "https://www.googleapis.com/compute/v1/projects/************/regions/us-east1/instanceGroups/test" => ""
backend.3555381573.description: "" => ""
backend.3555381573.group: "" => "https://www.googleapis.com/compute/beta/projects/************/regions/us-east1/instanceGroups/test"
google_compute_region_backend_service.test: Still modifying... (ID: test, 10s elapsed)
google_compute_region_backend_service.test: Still modifying... (ID: test, 20s elapsed)
google_compute_region_backend_service.test: Still modifying... (ID: test, 30s elapsed)
google_compute_region_backend_service.test: Still modifying... (ID: test, 40s elapsed)
google_compute_region_backend_service.test: Modifications complete after 47s (ID: test)
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.
State path: terraform.state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment