Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Change RDS param policy
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyfrs committed Mar 19, 2024
1 parent e10a278 commit fe8aa57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ resource "aws_iam_policy" "rds_params_read_only_policy" {
{
Effect = "Allow"
Action = [
"ssm:GetParameter",
"ssm:GetParameters"
],
Resource = module.rds_params.ssm_parameter_arn
Expand Down

0 comments on commit fe8aa57

Please sign in to comment.