docs: Update ECS sidebar with links to Fargate/EC2 examples

This commit is contained in:
Paul Glass 2021-09-15 17:27:03 -05:00
parent f2d800c533
commit 3ca995cf8f
1 changed files with 5 additions and 1 deletions

View File

@ -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"