terraform/website/source/docs
Paul Stack 36b6384956 provider/aws: Add support for placement_constraint to aws_ecs_service (#11242)
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSEcsServiceWithPlacementConstraints'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/01/17 18:25:27 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSEcsServiceWithPlacementConstraints -timeout 120m
=== RUN   TestAccAWSEcsServiceWithPlacementConstraints
--- PASS: TestAccAWSEcsServiceWithPlacementConstraints (113.18s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/aws	113.208s
```

//cc @catsby
2017-01-17 18:43:34 +00:00
..
commands Fix subcommand name 2017-01-05 23:21:01 +02:00
configuration Update interpolation.html.md (#11223) 2017-01-17 15:40:56 +00:00
import `postgresql_database` resource provider should now be feature complete. 2016-12-10 12:32:20 +11:00
internals Update the docs to indicate that `TF_LOG_PLAN` is append now. 2016-10-18 13:10:15 -07:00
modules Add CLI output example to Usage of Modules 2016-12-19 13:26:36 -05:00
plugins Updated Plugins section. (#8235) 2016-08-16 14:21:33 -05:00
providers provider/aws: Add support for placement_constraint to aws_ecs_service (#11242) 2017-01-17 18:43:34 +00:00
provisioners Add documentation for Chef Provisioner Policyfile support 2016-12-01 10:43:49 -08:00
state Documentation update 2016-12-20 18:27:05 +01:00
index.html.markdown