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.73k stars 9.09k forks source link

r/aws_flow_log: Updating destination_options.per_hour_partition results in permadiff #21411

Closed ewbankkit closed 2 years ago

ewbankkit commented 2 years ago

Community Note

Terraform CLI and Terraform AWS Provider Version

Terraform AWS Provider v3.64.0.

Affected Resource(s)

Flowlog settings an immutable, and this if they are changed, the flowlogs needs to be deleted and re-created. Currently if you change the hourly setting from true to false, terraform just tries to change the setting in place without re-creating the flowlog. It doesn’t return an error, but the next plan will show that the change is needed again.

Relates: #21285.

github-actions[bot] commented 2 years ago

This functionality has been released in v3.64.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 2 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 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.