Skip to content

Commit

Permalink
Merge branch 'add-rds-db-instance' into add-lambda-secrets-rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 18, 2024
2 parents a489b12 + 1e83d81 commit 7fc2062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssm_parameter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_iam_policy" "ssm_parameter_policy" {
Action = [
"kms:Decrypt"
],
Resource = [aws_kms_key.encryption_rds.id]
Resource = [aws_kms_key.encryption_rds.arn]
}
]
})
Expand Down

0 comments on commit 7fc2062

Please sign in to comment.