Skip to content

Commit

Permalink
Merge pull request #3 from cgol/patch-1
Browse files Browse the repository at this point in the history
Remove tab characters from JSON
  • Loading branch information
Steven authored Jun 18, 2021
2 parents aa796be + e70ea09 commit 961f72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions route53_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
" sts_client = boto3.client('sts')\n",

" assumedRoleObject = sts_client.assume_role(",
{ "Fn::Join": ["",[" RoleArn=\"",{"Fn::GetAtt": ["Route53Backup","Arn"] },"\","]]},
" RoleSessionName=\"Route53Backup\"",
" )\n",
{ "Fn::Join": ["",[" RoleArn=\"",{"Fn::GetAtt": ["Route53Backup","Arn"] },"\","]]},
" RoleSessionName=\"Route53Backup\"",
" )\n",

" credentials = assumedRoleObject['Credentials']\n",

Expand Down

0 comments on commit 961f72d

Please sign in to comment.