Skip to content

Commit

Permalink
Merge pull request #5 from infracost/fix/correct-lambda-data
Browse files Browse the repository at this point in the history
fix: fix the role with image arn
  • Loading branch information
Owen authored Jan 22, 2025
2 parents 7a68c50 + aae2d8f commit 155bbb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ resource "aws_lambda_function" "state_file_parser" {
function_name = "infracost-state-file-parser"
description = "Lambda function to parse state files to send to Infracost"
role = aws_iam_role.state_file_parser.arn
handler = "main"
runtime = "provided.al2"
package_type = "Image"
architectures = ["arm64"]
timeout = 60
Expand Down

0 comments on commit 155bbb9

Please sign in to comment.