Skip to content

Commit c9d87b2

Browse files
committed
Merge pull request #7 from pius/master
ensuring that roles pick up region and account id
2 parents 4a92dd3 + f10c2d4 commit c9d87b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ for f in $(ls -1 trust*); do
6868
sed -e "s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID/g" \
6969
-e "s/<DYNAMODB_TABLE>/$DDB_TABLE/g" \
7070
-e "s/<DYNAMODB_EMAIL_INDEX>/$DDB_EMAIL_INDEX/g" \
71+
-e "s/<REGION>/$REGION/g" \
7172
-e "s/<IDENTITY_POOL_ID>/$IDENTITY_POOL_ID/g" \
7273
-e "s/<REGION>/$REGION/g" \
7374
$f > edit/$f
@@ -79,6 +80,7 @@ for f in $(ls -1 Cognito*); do
7980
sed -e "s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID/g" \
8081
-e "s/<DYNAMODB_TABLE>/$DDB_TABLE/g" \
8182
-e "s/<DYNAMODB_EMAIL_INDEX>/$DDB_EMAIL_INDEX/g" \
83+
-e "s/<REGION>/$REGION/g" \
8284
-e "s/<IDENTITY_POOL_ID>/$IDENTITY_POOL_ID/g" \
8385
-e "s/<REGION>/$REGION/g" \
8486
$f > edit/$f

0 commit comments

Comments
 (0)