Skip to content

Commit

Permalink
Merge pull request #22 from kunduso/add-rds-db-instance
Browse files Browse the repository at this point in the history
#21 corrected resource reference
  • Loading branch information
kunduso authored Sep 18, 2024
2 parents 9e33855 + 1e83d81 commit 8b329ad
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 8b329ad

Please sign in to comment.