Skip to content

Commit 73dfc19

Browse files
committed
Fixing issue #1
1 parent 6af74fd commit 73dfc19

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

main.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
# ---------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)