mirror of https://github.com/status-im/consul.git
docs: Update ECS sidebar with links to Fargate/EC2 examples
This commit is contained in:
parent
2c9fbc2bff
commit
bbbf58fa95
|
@ -566,9 +566,13 @@
|
||||||
"title": "Get Started",
|
"title": "Get Started",
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"title": "Example Installation",
|
"title": "Example Installation on ECS Fargate",
|
||||||
"href": "https://registry.terraform.io/modules/hashicorp/consul-ecs/aws/latest/examples/dev-server-fargate"
|
"href": "https://registry.terraform.io/modules/hashicorp/consul-ecs/aws/latest/examples/dev-server-fargate"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Example Installation on ECS EC2",
|
||||||
|
"href": "https://registry.terraform.io/modules/hashicorp/consul-ecs/aws/latest/examples/dev-server-ec2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Requirements",
|
"title": "Requirements",
|
||||||
"path": "ecs/get-started/requirements"
|
"path": "ecs/get-started/requirements"
|
||||||
|
|
Loading…
Reference in New Issue