Skip to content

Commit

Permalink
#19 readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Sep 18, 2024
1 parent 52540d3 commit 6fc50dc
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 @@ -29,7 +29,7 @@ resource "aws_iam_policy" "ssm_parameter_policy" {
Resource = [aws_ssm_parameter.rds_connection.arn]
},
{
Effect = "Allow",
Effect = "Allow",
Action = [
"kms:Decrypt"
],
Expand Down

0 comments on commit 6fc50dc

Please sign in to comment.