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

feat: Add Cross Account Flow Support #1014

Merged
merged 3 commits into from
Dec 11, 2023

Conversation

kclinden
Copy link
Contributor

Description

Add support for cross-account vpc flow

Motivation and Context

Need to be able to send vpc flow logs to another account used for centralized log archival where they will be ingested by a Kinesis Firehose

Breaking Changes

No, I don't expect any breaking changes.

How Has This Been Tested?

  • I tested this locally by changing the source of on a local terraform config which uses the vpc module

@kclinden
Copy link
Contributor Author

kclinden commented Dec 4, 2023

@antonbabenko anything else we need to do for this?

log_destination = local.flow_log_destination_arn
log_format = var.flow_log_log_format
iam_role_arn = local.flow_log_iam_role_arn
deliver_cross_account_role = var.flow_log_deliver_cross_account_role
Copy link
Member

Choose a reason for hiding this comment

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

Added in v4.58.0 - should be safe to add support

@bryantbiggs bryantbiggs merged commit 6e25437 into terraform-aws-modules:master Dec 11, 2023
19 checks passed
antonbabenko pushed a commit that referenced this pull request Dec 11, 2023
## [5.4.0](v5.3.0...v5.4.0) (2023-12-11)

### Features

* Add Cross Account Flow Support ([#1014](#1014)) ([6e25437](6e25437))
@antonbabenko
Copy link
Member

This PR is included in version 5.4.0 🎉

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants