-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
VPC flow log churn using Terraform 0.13 #15073
Comments
Hi @acdha, thank you for creating this issue. I believe the diff occurs b/c #14214 removed the trailing suffix in the |
That is exactly what I did and it’s working well |
just a follow-up question @acdha: did the workaround not behave as expected in Terraform 0.13 vs. 0.12? |
Note to future self (and others): to have the |
It's definitely not hard to work around so I wonder whether this could be perhaps addressed by simply updating the documentation (it seems like more trouble than it'd be worth to add something like an accessor which trims it). |
Sure thing @acdha! If you or someone who comes across this issue wants to submit a PR with the documentation update we'll be happy to review it 😄 I'm going to leave this issue open in the meantime as it can still be addressed in the data-source code but further down the line in the next major release 👍 |
This functionality has been released in v4.0.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! |
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. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
This is new in Terraform 0.13 and did not happen with 0.12.29 and the AWS provider 3.20
References
I was not expecting to see this with #14214 having shipped in 3.0.0
The text was updated successfully, but these errors were encountered: