Skip to content

Commit d62f5d4

Browse files
committed
deleting copied cloudwatch
1 parent 040cc7b commit d62f5d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

infrastructure/api.tf

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ resource "aws_api_gateway_deployment" "ndr_api_deploy" {
8787
}
8888
}
8989

90-
module "cloudwatch" {
91-
source = "./modules/cloudwatch"
92-
cloudwatch_log_group_name = "/aws/api-gateway/access-logs"
93-
environment = var.environment
94-
owner = var.owner
95-
}
96-
9790
resource "aws_api_gateway_stage" "ndr_api" {
9891
deployment_id = aws_api_gateway_deployment.ndr_api_deploy.id
9992
rest_api_id = aws_api_gateway_rest_api.ndr_doc_store_api.id

0 commit comments

Comments
 (0)