Skip to content

Commit afca6f6

Browse files
authored
Fixed formatting
1 parent 40424e9 commit afca6f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

terraform/ecs/default/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ This section documents the variables and outputs of the Terraform configuration.
4646
### Inputs
4747

4848
| Name | Description | Type | Default | Required |
49-
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ------------------ | :------: |
50-
| `environment_name` | Name of the environment which will be used for all resources created | `string` | `retail-store-ecs` | yes |
51-
| `opentelemetry_enabled` | Flag to enable OpenTelemetry, which will install the AWS Distro for OpenTelemetry and configure trace collection | `bool` | `false` | no |
52-
| `container_insights_setting` | Container Insights setting for ECS cluster. Must be either 'enhanced' or 'disabled'. When OpenTelemetry is enabled, defaults to 'enhanced' | `string` | `disabled` | no |
49+
| ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------------------ | :------: |
50+
| `environment_name` | Name of the environment which will be used for all resources created | `string` | `retail-store-ecs` | yes |
51+
| `opentelemetry_enabled` | Flag to enable OpenTelemetry, which will install the AWS Distro for OpenTelemetry and configure trace collection | `bool` | `false` | no |
52+
| `container_insights_setting` | Container Insights setting for ECS cluster. Must be either 'enhanced' or 'disabled'. When OpenTelemetry is enabled, defaults to 'enhanced' | `string` | `disabled` | no |
5353
| `lifecycle_events_enabled` | Enable ECS lifecycle events to CloudWatch Logs for Container Insights performance dashboard. Only available when container_insights_setting is 'enhanced' | `bool` | `false` | no |
54-
| `log_group_retention_days` | Number of days to retain logs in CloudWatch Log Groups | `number` | `30` | no |
54+
| `log_group_retention_days` | Number of days to retain logs in CloudWatch Log Groups | `number` | `30` | no |
5555

5656
### Outputs
5757

0 commit comments

Comments
 (0)