Skip to content

Commit

Permalink
document optional variables in ecs/cluster module
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Oct 30, 2023
1 parent dc88bae commit aa84b4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws/ecs/cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ IAM roles to function.
- `app_name` - Name of application, ex: Doorman, IdP, etc.
- `app_env` - Name of environment, ex: prod, test, etc.

## Optional Inputs

- `amiFilter` -
- `cluster_name` - Name of the ECS cluster - if blank, the cluster name will be "app_name-app_env" - if not blank, `app_name` and `app_env` are not required
- `tags` - Map of tags to add to the ECS service. Duplicate tags will be overridden.

## Outputs

- `ecs_cluster_name` - The ECS cluster name
Expand Down

0 comments on commit aa84b4a

Please sign in to comment.