Skip to content

Commit

Permalink
Merge pull request #7 from pius/master
Browse files Browse the repository at this point in the history
ensuring that roles pick up region and account id
  • Loading branch information
danilop committed Jul 16, 2015
2 parents 4a92dd3 + f10c2d4 commit c9d87b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ for f in $(ls -1 trust*); do
sed -e "s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID/g" \
-e "s/<DYNAMODB_TABLE>/$DDB_TABLE/g" \
-e "s/<DYNAMODB_EMAIL_INDEX>/$DDB_EMAIL_INDEX/g" \
-e "s/<REGION>/$REGION/g" \
-e "s/<IDENTITY_POOL_ID>/$IDENTITY_POOL_ID/g" \
-e "s/<REGION>/$REGION/g" \
$f > edit/$f
Expand All @@ -79,6 +80,7 @@ for f in $(ls -1 Cognito*); do
sed -e "s/<AWS_ACCOUNT_ID>/$AWS_ACCOUNT_ID/g" \
-e "s/<DYNAMODB_TABLE>/$DDB_TABLE/g" \
-e "s/<DYNAMODB_EMAIL_INDEX>/$DDB_EMAIL_INDEX/g" \
-e "s/<REGION>/$REGION/g" \
-e "s/<IDENTITY_POOL_ID>/$IDENTITY_POOL_ID/g" \
-e "s/<REGION>/$REGION/g" \
$f > edit/$f
Expand Down

0 comments on commit c9d87b2

Please sign in to comment.