Skip to content

Commit

Permalink
Merge pull request #1 from brentley/iam-route53
Browse files Browse the repository at this point in the history
fixes #20
  • Loading branch information
brentley committed Apr 18, 2018
2 parents 3e05241 + 7d2e904 commit fa96ad7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions backend-service/common-iam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ Resources:
CloudFormationRole:
Type: AWS::IAM::Role
Properties:
RoleName:
Fn::Sub: ${Namespace}-cloudformation-common-${AWS::Region}
AssumeRolePolicyDocument:
Statement:
- Effect: Allow
Principal:
Service:
- cloudformation.amazonaws.com
Action:
- sts:AssumeRole
Path: "/"
Policies:
- PolicyName: update-route53-additional
Expand Down

0 comments on commit fa96ad7

Please sign in to comment.