Skip to content

Commit 0aa52b8

Browse files
committed
added stackid as a uniquifier for managed policy names
1 parent 56134e2 commit 0aa52b8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

managed-gdb-cft.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Description: Creates supporting resources for automated global database endpoint
33

44
## Changelog:
55
# 8/29/2021 : ausamant - added managed policies for the lambda role instead of inline policies
6+
# - added stackid as a uniquifier for managed policy names
7+
##
68

79
Resources:
810

@@ -177,11 +179,6 @@ Resources:
177179
#Create the role needed for the lambda function.
178180
gdbmanagedeprole:
179181
Type: 'AWS::IAM::Role'
180-
# DependsOn:
181-
# - gdbmanagedelambdacwpolicy
182-
# - gdbmanagedelambdrdspolicy
183-
# - gdbmanagedelambdar53policy
184-
# - gdbmanagedelambdaddbpolicy
185182
Properties:
186183
RoleName:
187184
Fn::Join:

0 commit comments

Comments
 (0)