Skip to content

Instantly share code, notes, and snippets.

@remyleone
Created July 25, 2018 10:05
Show Gist options
  • Select an option

  • Save remyleone/9f41cfb338bc622baf9b3ca3c08db738 to your computer and use it in GitHub Desktop.

Select an option

Save remyleone/9f41cfb338bc622baf9b3ca3c08db738 to your computer and use it in GitHub Desktop.
$ terraform apply
data.scaleway_image.example11: Refreshing state...
scaleway_server.example11: Refreshing state... (ID: 1576a6ea-e848-4460-900f-08704a28ce5b)
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:
~ scaleway_server.example11
volume.0.size_in_gb: "80" => "20"
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
scaleway_server.example11: Modifying... (ID: 1576a6ea-e848-4460-900f-08704a28ce5b)
volume.0.size_in_gb: "80" => "20"
scaleway_server.example11: Modifications complete after 0s (ID: 1576a6ea-e848-4460-900f-08704a28ce5b)
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment