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/opc: Correctly export ip_address in IP Addr Reservation #14543

Merged
merged 1 commit into from
May 16, 2017

Commits on May 16, 2017

  1. provider/opc: Correctly export ip_address in IP Addr Reservation

    Correctly sets the attribute `ip_address` in the `opc_compute_ip_address_reservation` resource.
    Also updates documentation for the `ip_address_pool` attribute.
    
    ```
    $ make testacc TEST=./builtin/providers/opc TESTARGS="-run=TestAccOPCIPAddressReservation_Basic"
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/05/16 10:15:53 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/opc -v -run=TestAccOPCIPAddressReservation_Basic -timeout 120m
    === RUN   TestAccOPCIPAddressReservation_Basic
    --- PASS: TestAccOPCIPAddressReservation_Basic (22.60s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/opc    22.604s
    ```
    grubernaut committed May 16, 2017
    Configuration menu
    Copy the full SHA
    bc1a6b0 View commit details
    Browse the repository at this point in the history