Paul Stack
e87b2d30c4
provider/aws: Support Attachment of ALB Target Groups to Autoscaling Groups ( #12855 )
...
Fixes : #12563
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAwsAutoscalingAttachment_'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/03/18 21:04:31 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAwsAutoscalingAttachment_ -timeout 120m
=== RUN TestAccAwsAutoscalingAttachment_elb
--- PASS: TestAccAwsAutoscalingAttachment_elb (168.21s)
=== RUN TestAccAwsAutoscalingAttachment_albTargetGroup
--- PASS: TestAccAwsAutoscalingAttachment_albTargetGroup (363.10s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 531.334s
```
2017-03-23 11:23:23 +02:00
Benjamin Boudreau
073fa873ac
Fix receive typo ( #12881 )
2017-03-20 13:15:27 -04:00
clint shryock
2d045a3302
provider/aws: Update Autoscaling attachment test
2017-03-03 11:18:30 -06:00
Justin Nauman
9e11b59814
provider/aws: aws_autoscaling_attachment resource ( #9146 )
...
* GH-8755 - Adding in support to attach ASG to ELB as independent action
* GH-8755 - Adding in docs
* GH-8755 - Adjusting attribute name and responding to other PR feedback
2016-11-03 13:08:49 +00:00