=
15aabe93c3
Randomize mongodb names
2017-04-24 15:23:52 -06:00
clint shryock
8939ac2256
provider/aws: randomize some more test
2017-04-17 16:02:01 -05:00
clint shryock
46809cc2cc
provider/aws: randomize ECS name
2017-04-14 14:13:09 -05:00
=
9cd1dbf671
Fix TestAccAWSEcsService_withAlb
2017-04-11 10:52:12 -06:00
=
5224940b62
Fixes TestAccAWSEcsServiceWithPlacementConstraints_emptyExpression
2017-04-10 10:27:41 -06:00
clint shryock
7e9bfda31a
provider/aws: Fix issue with ECS Placement Strat. and type casing
...
The API asks you to send lower case values, but returns uppercase ones.
Here we lowercase the returned API values.
There is no migration here because the field in question is nested in a
set, so the hash will change regardless. Anyone using this feature now
has it broken anyway.
2017-01-31 11:33:16 -06:00
Jake Champlin
96f6044908
provider/aws: ECS Placement constraints fix ( #11475 )
...
* fixing AWS ECS placement constraints
* correcting AWS ECS task definition doc
* reverting unnecessary change to resource_aws_ecs_task_definition
* provider/aws: ECS Placement constraints fix
Expands upon #11446 from @bgetsug
Adds:
- Acceptance Test
- Improves `nil` check on constraint expression
Fixes : #10968
2017-01-29 16:42:50 +00:00
Radek Simko
e81d096699
provider/aws: Fix failing ecs acceptance test w/ ALB ( #11367 )
2017-01-24 01:58:30 +02:00
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
628fb1a37c
provider/aws: Add test to ECS Service to make sure deployment values are
...
set
2016-02-21 22:33:48 +00:00
Radek Simko
b7ed0e1c80
Revert "provider/aws: fix ECS service CheckDestroy in tests"
...
This reverts commit 47f8b0cd79
.
cc @phinze
2015-12-23 11:35:30 +01:00
Radek Simko
9a625427ca
aws: Add regression acc test for ecs svc lb changes
2015-12-23 10:43:37 +01:00
Radek Simko
95367bc0fc
aws: Fix CheckDestroy for ecs service
2015-12-23 10:17:52 +01:00
Paul Hinze
47f8b0cd79
provider/aws: fix ECS service CheckDestroy in tests
2015-12-21 21:10:13 -06:00
Paul Hinze
f473c2a6d4
provider/aws: don't set static ELB names in tests
...
Prevents ELB name collisions during test runs
2015-12-21 17:41:55 -06:00
Michael H. Oshita
90d70786ac
Align IAM version number to the current version (2012-10-17)
2015-11-13 00:32:45 +09:00
Radek Simko
784aadd505
Allow cluster name, not only ARN for aws_ecs_service
2015-10-28 15:43:42 +00:00
Radek Simko
9c2a3e79f9
ecs_service: Add note about race condition w/ IAM policy
...
- fixes #2902
2015-08-23 17:45:24 +01:00
Radek Simko
669d196a58
ecs_service: Role name can be used in iam_role (ARN was supported)
...
- fixes #2722
2015-08-23 17:42:15 +01:00
Radek Simko
9882cc59d8
aws: Add regression test for renaming ecs_cluster
2015-07-12 14:37:39 +01:00
Radek Simko
ebaa9bde2a
provider/aws: Add new resource - aws_ecs_service
2015-06-03 22:48:17 +01:00