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
| `aws_ecs_cloudwatch_lg_name`| String | Log group name. Will default to `aws_identifier` if none. |
457
+
| `aws_ecs_cloudwatch_log_driver`| String | Log driver to use for the ECS task. (awslogs/awsfirelens) Defaults to `awslogs`. |
458
+
| `aws_ecs_firelens_output_type`| String | Firelens type, one of `otlp`, `loki`, `cloudwatch`, `firehose`, `kinesis`, `es`, `splunk`, `http`, `kafka`, `syslog`. |
459
+
| `aws_ecs_firelens_output_options`| String | Option definitions. Eg. `"{\"Host\":\"collector\",\"Port\":\"4317\"}"`. See [this example repo.](https://github.com/aws-samples/amazon-ecs-firelens-examples)|
457
460
| `aws_ecs_cloudwatch_skip_destroy`| Boolean | Toggle deletion or not when destroying the stack. |
458
461
| `aws_ecs_cloudwatch_retention_days`| String | Number of days to retain logs. 0 to never expire. Defaults to `14`. |
459
462
| `aws_ecs_additional_tags`| JSON | Add additional tags to the terraform [default tags](https://www.hashicorp.com/blog/default-tags-in-the-terraform-aws-provider), any tags put here will be added to ECS provisioned resources.|
0 commit comments