Skip to content

Commit

Permalink
Add var for db_connection_url_ssm_param_arn
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Apr 2, 2024
1 parent 985237c commit 793ea12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/create-rds-postgres-tester/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ data "aws_iam_policy_document" "ssm_policy" {
"ssm:GetParameter",
]
resources = [
aws_ssm_parameter.postgres_create_tester_user_sql.arn
aws_ssm_parameter.postgres_create_tester_user_sql.arn,
var.db_connection_url_ssm_param_arn
]
}
}
Expand Down

0 comments on commit 793ea12

Please sign in to comment.