Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/digitalocean: Support disk only resize #13059

Merged
merged 1 commit into from
Mar 27, 2017
Merged

provider/digitalocean: Support disk only resize #13059

merged 1 commit into from
Mar 27, 2017

Commits on Mar 25, 2017

  1. provider/digitalocean: Support disk only resize

    Allow to resize a droplet permanently (i.e. apply disk resize)
    if previously it was resized temporarily (CPU and RAM only).
    
    Fixes: #13007
    
    ```
    $ make testacc TEST=./builtin/providers/digitalocean TESTARGS='-run=TestAccDigitalOceanDroplet_ResizeOnlyDisk'
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/03/25 03:54:23 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/digitalocean -v -run=TestAccDigitalOceanDroplet_ResizeOnlyDisk -timeout 120m
    === RUN   TestAccDigitalOceanDroplet_ResizeOnlyDisk
    --- PASS: TestAccDigitalOceanDroplet_ResizeOnlyDisk (198.62s)
    PASS
    ok  	github.com/hashicorp/terraform/builtin/providers/digitalocean	198.638s
    ```
    skovorodkin committed Mar 25, 2017
    Configuration menu
    Copy the full SHA
    27067f3 View commit details
    Browse the repository at this point in the history