File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ provider "aws" {
66 region = var. region
77}
88
9+ # ---------------------------------------------------------------------------------------------------------------------
10+ # AWS Cloudwatch Logs
11+ # ---------------------------------------------------------------------------------------------------------------------
12+ module "aws_cw_logs" {
13+ source = " jnonino/cloudwatch-logs/aws"
14+ version = " 1.0.2"
15+ logs_path = local. log_options [" awslogs-group" ]
16+ profile = var. profile
17+ region = var. region
18+ }
19+
920# ---------------------------------------------------------------------------------------------------------------------
1021# AWS ECS Task Execution Role
1122# ---------------------------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments