Skip to content

Commit

Permalink
Merge pull request #10627 from hashicorp/documentation-ecs-remote-tas…
Browse files Browse the repository at this point in the history
…k-driver

docs: fixes broken links
  • Loading branch information
mrspanishviking committed May 19, 2021
2 parents cb5a408 + 90da87f commit 1e414a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions website/content/docs/drivers/remote/ecs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ plugin "nomad-driver-ecs" {
## Task Configuration

Nomad ECS tasks must first be defined for the ECS cluster. See the [Nomad ECS
driver demo](demo) task for an example ECS task provisioned by Terraform.
driver demo][demo] task for an example ECS task provisioned by Terraform.

Once the ECS task is provisioned, Nomad may run it via a job:

Expand Down Expand Up @@ -116,7 +116,8 @@ job "nomad-ecs-demo" {
- `subnets` - The subnets associated with the task or service.

[cluster]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html
[demo]: https://github.com/hashicorp/nomad-driver-ecs/blob/main/demo/terraform/ecs.tf
[download]: https://releases.hashicorp.com/nomad-ecs-driver/
[ecs]: https://aws.amazon.com/ecs/
[demo]: https://github.com/hashicorp/nomad-driver-ecs/tree/main/demo
[download]: https://releases.hashicorp.com/nomad-driver-ecs/
[plugin_dir]: /docs/configuration#plugin_dir
[region]: https://docs.aws.amazon.com/general/latest/gr/ecs-service.html

0 comments on commit 1e414a5

Please sign in to comment.