Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: env manager role should work for other partitions #3845

Merged
merged 3 commits into from Aug 3, 2022

Conversation

iamhopaul123
Copy link
Contributor

Fixes #3844

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.

@iamhopaul123 iamhopaul123 requested a review from a team as a code owner August 3, 2022 16:40
@iamhopaul123 iamhopaul123 requested review from efekarakus and removed request for a team August 3, 2022 16:40
@@ -93,7 +93,7 @@ EnvironmentManagerRole:
Action:
- "states:StartExecution"
Resource:
- !Sub "arn:aws:states:${AWS::Region}:${AWS::AccountId}:stateMachine:${AppName}-${EnvironmentName}-*"
- !Sub "arn:${AWS::Partition}:states:${AWS::Region}:${AWS::AccountId}:stateMachine:${AppName}-${EnvironmentName}-*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we bump the template version's patch number?

Copy link
Contributor

@efekarakus efekarakus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you boss

@mergify mergify bot merged commit 0d9a94a into aws:mainline Aug 3, 2022
Sprint 🏃‍♀️ automation moved this from In review to Pending release Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Sprint 🏃‍♀️
  
Pending release
Development

Successfully merging this pull request may close these issues.

Partition "aws" is not valid for resource error on china region
3 participants