hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.77k stars 9.12k forks source link

VPC Flow Logs can now be delivered to Amazon Kinesis Firehose #26730

Closed ewbankkit closed 1 year ago

ewbankkit commented 2 years ago

Community Note

Description

You can now deliver Amazon Virtual Private Cloud (VPC) Flow Logs directly to Amazon Kinesis Firehose, allowing you to stream your flow logs real-time to destinations supported by Amazon Kinesis Firehose or downstream logging solutions via custom HTTP endpoints.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_flow_log" "example" {
  log_destination_type = "kinesis-data-firehose"

  deliver_cross_account_role = "..."
}

References

Announcement. Blog post.

Requires AWS SDK for Go v1.44.94: https://github.com/hashicorp/terraform-provider-aws/pull/26720.

sasidhar-aws commented 1 year ago

I am looking into this.

github-actions[bot] commented 1 year ago

This functionality has been released in v4.37.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

github-actions[bot] commented 1 year ago

I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.