Skip to content

Commit

Permalink
Merge 064f5ba into backport/docs/fix-ecs-broken-link/adequately-prima…
Browse files Browse the repository at this point in the history
…ry-hornet
  • Loading branch information
hc-github-team-consul-core committed Apr 29, 2024
2 parents 1a9edd2 + 064f5ba commit e5b1dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/ecs/deploy/bind-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Binding workloads to the loopback address ensures that your application only rec

Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:

- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)

## Change the listening address

Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/ecs/deploy/configure-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ To enable tasks to call through the service mesh, complete the following steps:

Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:

- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)

## Configure the sidecar proxy

Expand Down Expand Up @@ -76,4 +76,4 @@ module "web" {
]
...
}
```
```

0 comments on commit e5b1dcc

Please sign in to comment.