Skip to content

Commit

Permalink
remove sid from policy
Browse files Browse the repository at this point in the history
  • Loading branch information
finlay-jisc committed Nov 18, 2024
1 parent 8d7bd6d commit e72691e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/modules/oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ resource "aws_iam_policy" "deploy_backend" {
"Version" : "2012-10-17",
"Statement" : [
{
"Sid" : "VisualEditor0",
"Effect" : "Allow",
"Action" : [
"kms:Decrypt",
Expand Down

0 comments on commit e72691e

Please sign in to comment.