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
804579f869
Correct some typos in ECS task def document ( #12576 )
2017-03-10 08:21:04 +00: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
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
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
clint shryock
a73f947b8d
provider/aws: Add Placement Constraints to ECS Task Definition
...
Adds support for applying placement constraints to
aws_ecs_task_definition resource
2017-01-04 09:10:18 -06:00
Alex Brausewetter
c1637f25c4
Document ECS scratch volumes ( #10683 )
...
Update docs to say that volumes can be created without host_path, which will create an nonpersistent volume, as per http://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html .
This feature was implemented in #3810 but did not appear in the docs.
2016-12-12 22:00:58 +00:00
Krzysztof Wilczynski
2c67f9e875
Re-factor documentation for the aws_ecs_task_definition resource.
...
This commits changes the documentation of the aws_ecs_task_definition
resource to ensure that the `container_definitions` attribute consumes
a valid JSON document containing a list of valid container definitions,
rather than that the attribute itself is a list, etc.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com >
2016-10-19 16:29:43 +01:00
Paul Stack
2f936eaad4
provider/aws: Add support for network_mode to aws_ecs_task_definition ( #8391 )
...
* provider/aws: Add support for `network_mode` to
`aws_ecs_task_definition`
Fixes #8281
```
```
make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSEcsTaskDefinition_'
==> Checking that code complies with gofmt requirements...
/Users/stacko/Code/go/bin/stringer
go generate $(go list ./... | grep -v /terraform/vendor/)
2016/08/22 18:12:20 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSEcsTaskDefinition_ -timeout 120m
=== RUN TestAccAWSEcsTaskDefinition_basic
--- PASS: TestAccAWSEcsTaskDefinition_basic (29.02s)
=== RUN TestAccAWSEcsTaskDefinition_withScratchVolume
--- PASS: TestAccAWSEcsTaskDefinition_withScratchVolume (16.75s)
=== RUN TestAccAWSEcsTaskDefinition_withEcsService
--- PASS: TestAccAWSEcsTaskDefinition_withEcsService (147.77s)
=== RUN TestAccAWSEcsTaskDefinition_withTaskRoleArn
--- PASS: TestAccAWSEcsTaskDefinition_withTaskRoleArn (19.49s)
=== RUN TestAccAWSEcsTaskDefinition_withNetworkMode
--- PASS: TestAccAWSEcsTaskDefinition_withNetworkMode (19.52s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 232.588
* Update resource_aws_ecs_task_definition.go
* Update ecs_task_definition.html.markdown
2016-08-23 11:27:45 +01:00
Jason Myers
f335c5fa91
Update ecs_task_definition.html.markdown
...
Add a note about the recently added task_role_arn argument.
2016-08-03 07:51:41 -05:00
Seth Vargo
8dbc43639d
Use HTTPS + www. for links
2016-01-14 16:03:26 -05:00
Nathan Sullivan
bba53d46a6
oops :)
2015-07-04 03:41:44 +10:00
Nathan Sullivan
21a336fb4a
updates as per @radeksimko's comments
2015-07-03 18:30:55 +10:00
Nathan Sullivan
928d5f76ab
updated docs for aws_ecs_task_definition to avoid confusion
2015-07-02 20:34:58 +10:00
Radek Simko
f5eb581425
provider/aws: ecs task definition is deregistered correctly
2015-06-29 23:37:20 +01:00
Radek Simko
c3fcdfc6eb
Add docs for new AWS ECS resources
2015-06-03 22:48:19 +01:00