From 4d72b6903587ae0347206d24dee864b459f4cf98 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 23 Oct 2019 14:27:08 +0200 Subject: rds_subnet_group : Sanity Check fixes (docs) and Integration tests (#63214) * rds_subnet_group: Fixup sanity test issues * rds_subnet_group: Add integration tests * rds_subnet_group: Add testing policy --- hacking/aws_config/testing_policies/database-policy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hacking') diff --git a/hacking/aws_config/testing_policies/database-policy.json b/hacking/aws_config/testing_policies/database-policy.json index fb5ad477ad..39fd43ac49 100644 --- a/hacking/aws_config/testing_policies/database-policy.json +++ b/hacking/aws_config/testing_policies/database-policy.json @@ -88,6 +88,17 @@ "Effect": "Allow", "Resource": "*" }, + { + "Sid": "AllowRDSSubnetGroups", + "Effect": "Allow", + "Action": [ + "rds:CreateDBSubnetGroup", + "rds:DeleteDBSubnetGroup", + "rds:DescribeDBSubnetGroups", + "rds:ModifyDBSubnetGroup" + ], + "Resource": ["*"] + }, { "Sid": "DMSEndpoints", "Effect": "Allow", -- cgit v1.2.3