Max Riveiro
137fcfb5de
Massively add HCL source tag in docs Markdown files
...
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2017-04-17 13:17:54 +03:00
Alexander Savchuk
df32c274b2
Change example value to lower case in ECS service ( #12661 )
...
According to the validator, the only acceptable values are 'cpu' and
'memory' (both lower case).
73f4acf041/builtin/providers/aws/validators.go (L722)
:L725
Updating the docs so that this example works out of the box.
2017-03-14 14:58:09 +02:00
George Christou
61277c0dbd
website/docs: Run `terraform fmt` on code examples ( #12075 )
...
* docs/vsphere: Fix code block
* docs: Convert `...` to `# ...` to allow `terraform fmt`ing
* docs: Trim trailing whitespace
* docs: First-pass run of `terraform fmt` on code examples
2017-02-19 00:48:50 +02:00
Radek Simko
19335609bb
docs/aws: Fix misdocumented placement_strategy block
2017-01-22 18:25:16 +00:00
Jake Champlin
5276496e6d
provider/aws: Update ECS task_definition and service
...
Updates ECS task_definition documentation, and schema validation functions to match the AWS API documentation.
Updates ECS service documentation, and schema validation functions match the AWS API documentation.
2017-01-19 17:54:52 -05: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
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