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 |
Greg Thole
|
e06f32ffe9
|
Provider AWS: Add Placement Strategy to aws_ecs_service resource (#11201)
* Add aws_ecs_service placement_strategy param
* Update docs
|
2017-01-17 18:10:44 +00:00 |
Radek Simko
|
070942df0f
|
provider/aws: Add support for ECS svc - LB target group (#8190)
|
2016-08-23 11:19:43 -05:00 |
stack72
|
9a4c0c2455
|
docs/aws: Clarifying that needs the ARN of the IAM Role not the ID
|
2016-08-03 13:24:54 +10:00 |
Christian G. Warden
|
77d197bd06
|
Grammar/Spelling Fixes for ecs_service Docs
|
2016-07-08 09:16:27 -07:00 |
Kocsis Máté
|
7a0063c9eb
|
docs/aws: Fixed aws_ecs_service example
|
2016-03-17 21:17:13 +01:00 |
Radek Simko
|
693b5de932
|
docs/aws: Add a note about ECS Service LB limitation
|
2016-03-13 15:22:29 +00:00 |
Joshua Garnett
|
12958fb5e7
|
Added support for the deployment configuration settings to the ecs service resource.
|
2016-02-19 15:32:39 -05:00 |
Seth Vargo
|
8dbc43639d
|
Use HTTPS + www. for links
|
2016-01-14 16:03:26 -05:00 |
Radek Simko
|
9c2a3e79f9
|
ecs_service: Add note about race condition w/ IAM policy
- fixes #2902
|
2015-08-23 17:45:24 +01:00 |
Nathan Sullivan
|
5edbb37994
|
fix variable for aws_iam_role
|
2015-07-02 21:53:01 +10:00 |
Radek Simko
|
c3fcdfc6eb
|
Add docs for new AWS ECS resources
|
2015-06-03 22:48:19 +01:00 |