From 9e12bd04ca6598bbbad537c5ec77348ee5ef9900 Mon Sep 17 00:00:00 2001 From: Wessel van Heerde Date: Mon, 23 Dec 2024 11:33:42 +0100 Subject: [PATCH] docs: fix consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f0cc4..c876737 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Resource types require certain parameters in order to function. It's recommended | Resource | Resource Type | Required Parameters | | --- | --- | --- | -| EC2 Auto-Scaling Group | auto_scaling_group | **name:** the name of the auto-scaling group to control
**min:** the minimal number of instances to run (used on start of composition)
**max:** the maximum number of instances to run, used on start of composition
**desired:** the desired number of instances to run, used on start of composition | +| EC2 Auto-Scaling Group | auto_scaling_group | **name:** the name of the auto-scaling group to control
**min:** the minimal number of instances to run (used on start of composition)
**max:** the maximum number of instances to run (used on start of composition)
**desired:** the desired number of instances to run (used on start of composition) | | EC2 Instance | ec2_instance | **id:** the ID of the instance to control | | ECS Service | ecs_service | **cluster_name:** the name of the ECS cluster the task runs on
**desired:** the desired number of tasks (used on start of composition)
**name:** the name of the ECS task to control | | FSX Windows Filesystem | fsx_windows_file_system | **id:** the ID of the filesystem to control
**throughput_capacity:** the throughput capacity of the filesystem (used on start of composition) |