Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-e-tabaska committed Jun 12, 2024
1 parent b718793 commit e6bd57e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudformation/bc_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,9 +765,9 @@ Resources:
Type: AWS::Serverless::Application
Properties:
Location: bc_ecs_task_role.yaml
Parameters:
RoleName: !Sub "${AWS::StackName}-EcsTaskRole-${AWS::Region}"
PolicyName: !Sub "${AWS::StackName}-EcsTaskRole-Policy-${AWS::Region}"
# Parameters:
# RoleName: !Sub "${AWS::StackName}-EcsTaskRole-${AWS::Region}"
# PolicyName: !Sub "${AWS::StackName}-EcsTaskRole-Policy-${AWS::Region}"

# todo: keep this around a while longer, because deleting it will break every workflow in the account
EcsTaskRole:
Expand Down

0 comments on commit e6bd57e

Please sign in to comment.