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/aws: Allow aws_alb subnets to change #12850

Merged
merged 1 commit into from
Mar 23, 2017
Merged

Commits on Mar 18, 2017

  1. provider/aws: Allow aws_alb subnets to change

    Fixes: #12764
    
    AWS ALB Allows the Subnets to be changed using the SetSubnets func -
    previously we set ForceNew: true on this change
    
    ```
    % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSALB_'                                                                  ✭
    ==> Checking that code complies with gofmt requirements...
    go generate $(go list ./... | grep -v /terraform/vendor/)
    2017/03/18 16:55:52 Generated command/internal_plugin_list.go
    TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSALB_ -timeout 120m
    === RUN   TestAccAWSALB_basic
    --- PASS: TestAccAWSALB_basic (342.95s)
    === RUN   TestAccAWSALB_generatedName
    --- PASS: TestAccAWSALB_generatedName (362.05s)
    === RUN   TestAccAWSALB_namePrefix
    --- PASS: TestAccAWSALB_namePrefix (311.21s)
    === RUN   TestAccAWSALB_tags
    --- PASS: TestAccAWSALB_tags (344.05s)
    === RUN   TestAccAWSALB_updatedSecurityGroups
    --- PASS: TestAccAWSALB_updatedSecurityGroups (515.61s)
    === RUN   TestAccAWSALB_updatedSubnets
    --- PASS: TestAccAWSALB_updatedSubnets (313.94s)
    === RUN   TestAccAWSALB_noSecurityGroup
    --- PASS: TestAccAWSALB_noSecurityGroup (293.54s)
    === RUN   TestAccAWSALB_accesslogs
    --- PASS: TestAccAWSALB_accesslogs (492.01s)
    PASS
    ok	github.com/hashicorp/terraform/builtin/providers/aws	2975.402s
    ```
    stack72 committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    9f582b7 View commit details
    Browse the repository at this point in the history