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.85k stars 9.19k forks source link

r/aws_flow_log: Support tagging #12245

Closed ewbankkit closed 4 years ago

ewbankkit commented 4 years ago

Community Note

Description

Amazon VPC Flow Logs adds support for tags and tagging on resource creation.

New or Affected Resource(s)

Potential Terraform Configuration

resource "aws_flow_log" "example" {
  tags = {
    Usage = "dev"
  }
}

References

Announcement. User guide.

Requires AWS SDK v1.29.16:

bflad commented 4 years ago

Support for tagging aws_flow_log resources has been merged and will release with version 2.53.0 of the Terraform AWS Provider, later this week. Thanks to @DrFaust92 for the implementation. 👍

ghost commented 4 years ago

This has been released in version 2.53.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 for triage. Thanks!

ghost commented 4 years 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!