Open xomgc3 opened 1 year ago
Hi @xomgc3 , thanks for raising this bug. Looking at it now.
Hi @xomgc3 this module doesn't support the aws-us-gov
ARN partition as it is hardcoded to make use of the aws
partition.
We will consider this as a feature request. Thanks for the feedback.
Hello @xomgc3, I tried myself on a PR. See #70
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.