Skip to content

Commit

Permalink
Specified resource
Browse files Browse the repository at this point in the history
  • Loading branch information
murdo-moj authored Oct 5, 2023
1 parent 48d2ee6 commit d4dd3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit-test/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data "aws_iam_policy_document" "instance-scheduler-lambda-function-policy" {
"logs:CreateLogGroup"
]
resources = [
format("arn:aws:logs:eu-west-2:%s:*", data.aws_caller_identity.current.account_id)
format("arn:aws:logs:eu-west-2:%s:aws/lambda/fake", data.aws_caller_identity.current.account_id)
]
}
statement {
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ module "s3-bucket" { #tfsec:ignore:aws-s3-enable-versioning
]

tags = local.tags
}
}

0 comments on commit d4dd3a2

Please sign in to comment.