86a2449569
Unfortunately, the acceptance tests here were improperly passing, and allowing Subnet updates on ELBs is not as straightfoward as simply removing `ForceNew`. Subnets on ELBs need to be managed by two explicit API calls: * `AttachLoadBalancerToSubnets` - http://bit.ly/elbattachsubnet * `DetachLoadBalanceFromSubnets` - http://bit.ly/elbdetachsubnet We'll need to circle back and use these APIs to explicitly add support. This fixes the failure of `TestAccAWSELB_AddSubnet` by removing the test. This reverts commit |
||
---|---|---|
.. | ||
bins | ||
providers | ||
provisioners |