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

Commit

Permalink
Merge pull request #19 from FIAP-3SOAT-G15/change-rds-param-policy
Browse files Browse the repository at this point in the history
Change RDS param policy
  • Loading branch information
wellyfrs authored Mar 19, 2024
2 parents e10a278 + fe8aa57 commit 59da8d5
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 59da8d5

Please sign in to comment.