docs: Update ECS sidebar with links to Fargate/EC2 examples
This commit is contained in:
parent
f2d800c533
commit
3ca995cf8f
|
@ -566,9 +566,13 @@
|
|||
"title": "Get Started",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"title": "Example Installation on ECS EC2",
|
||||
"href": "https://registry.terraform.io/modules/hashicorp/consul-ecs/aws/latest/examples/dev-server-ec2"
|
||||
},
|
||||
{
|
||||
"title": "Requirements",
|
||||
"path": "ecs/get-started/requirements"
|
||||
|
|
Loading…
Reference in New Issue