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