Skip to content

Commit 102c1fb

Browse files
authored
chore(e2e): Add rds:DescribeDBEngineVersions permission (#6089)
1 parent 4ffb21f commit 102c1fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enos/ci/service-user-iam/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ data "aws_iam_policy_document" "enos_policy_document" {
220220
"rds:CreateDBSubnetGroup",
221221
"rds:DeleteDBInstance",
222222
"rds:DeleteDBSubnetGroup",
223+
"rds:DescribeDBEngineVersions",
223224
"rds:DescribeDBInstances",
224225
"rds:DescribeDBSubnetGroups",
225226
"rds:ListTagsForResource",

0 commit comments

Comments
 (0)