• Paul Stack's avatar
    provider/aws: Bump SDK version to 1.6.9 (#10993) · d9088d8c
    Paul Stack authored
    There is 1 breaking change. The OpsWorks Update API no longer supports
    `tenancy` as an update. So that has to be marked as ForceNew: true
    
    ```
    % make testacc TEST=./builtin/providers/aws
    % TESTARGS='-run=TestAccAWSOpsworksInstance'
    % 2 ↵ ✹ ✭
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/01/02 17:11:29 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/aws -v
    -run=TestAccAWSOpsworksInstance -timeout 120m
    === RUN   TestAccAWSOpsworksInstance
    --- PASS: TestAccAWSOpsworksInstance (99.89s)
    PASS
    ok      github.com/hashicorp/terraform/builtin/providers/aws99.911s
    ```
    d9088d8c