-
Notifications
You must be signed in to change notification settings - Fork 4
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(cloudlogs): cross account bucket support #43
base: main
Are you sure you want to change the base?
Conversation
lorenzo-merici
commented
Mar 19, 2025
•
edited
Loading
edited
- Update README
- Support for cross-accounts buckets
- Support for KMS encrypted buckets
3383af2
to
c995794
Compare
outputs.tf
Outdated
output "extra_permissions_kms_key" { | ||
description = "Extra permissions to add to the KMS key policy for cross-account access" | ||
value = module.cloud-logs.extra_permissions_kms_key | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe I'm missing something, but why are we exporting these outputs outside the modules?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same question here, is this used somewhere else outside the module?
b1a9fb9
to
aa2781f
Compare