Skip to content

Commit

Permalink
Add ELB permissions to CI fargate deploy policy (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjjung authored Jan 23, 2025
1 parent 4f51b53 commit b8ab248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tb_pulumi/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def __init__(
'ec2:Get*',
'ec2:Describe*',
'ecs:DeregisterTaskDefinition',
'elasticloadbalancing:Describe*',
's3:ListAllMyBuckets',
],
'Resource': ['*'],
Expand Down

0 comments on commit b8ab248

Please sign in to comment.