-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: Support "aws" GovCloud accounts #43
Labels
feat
New feature
Comments
Hi @xomgc3 , thanks for raising this bug. Looking at it now. |
Hi @xomgc3 this module doesn't support the We will consider this as a feature request. Thanks for the feedback. |
afiune
changed the title
bug: Partition "aws" is not valid for GovCloud accounts
feat: Partition "aws" is not valid for GovCloud accounts
Dec 23, 2022
afiune
changed the title
feat: Partition "aws" is not valid for GovCloud accounts
feat: Support "aws" GovCloud accounts
Dec 23, 2022
bebold-jhr
added a commit
to bebold-jhr/terraform-aws-agentless-scanning
that referenced
this issue
Apr 11, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The module does not use the correct partition for ARNs in GovCloud accounts. Instead of
arn:aws:logs:*
the ARN should bearn:aws-us-gov:logs:*
.Steps to reproduce
Expected behavior
Leverage:
Ensure the correct partition is used for all ARNs and policies.
Screenshots
Please complete the following information):
v1.0.9
~> 0.6
Additional context
Works fine in normal AWS accounts.
The text was updated successfully, but these errors were encountered: