You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: terraform/ecs/default/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ This section documents the variables and outputs of the Terraform configuration.
50
50
|`environment_name`| Name of the environment which will be used for all resources created |`string`|`retail-store-ecs`| yes |
51
51
|`opentelemetry_enabled`| Flag to enable OpenTelemetry, which will install the AWS Distro for OpenTelemetry and configure trace collection |`bool`|`false`| no |
52
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 |
53
+
|`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 |
53
54
|`log_group_retention_days`| Number of days to retain logs in CloudWatch Log Groups |`number`|`30`| no |
0 commit comments