Skip to content

Commit

Permalink
update lambda logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 3, 2024
1 parent bd2ea33 commit 528d956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {

module "apigw" {
source = "armorfret/apigw-lambda/aws"
version = "0.9.0"
version = "0.9.1"

source_bucket = var.lambda_bucket
source_version = var.lambda_version
Expand Down Expand Up @@ -64,7 +64,6 @@ data "aws_iam_policy_document" "lambda_perms" {

statement {
actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
]

Expand Down

0 comments on commit 528d956

Please sign in to comment.