Skip to content

Commit 040cc7b

Browse files
committed
moving cloudwatch to new file
1 parent cdac565 commit 040cc7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

infrastructure/cloudwatch.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module "cloudwatch" {
2+
source = "./modules/cloudwatch"
3+
cloudwatch_log_group_name = "/aws/api-gateway/access-logs"
4+
environment = var.environment
5+
owner = var.owner
6+
}

0 commit comments

Comments
 (0)