-
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
feat(resource_vpc_flow_log): logformat field added #10374
Conversation
This is a much needed feature so we can get more context in our VPC Flow logs to do deeper analysis for security purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @nebi-frame 👋 Thank you for submitting this and its off to a good start -- two things and we should be able to get this in. Please reach out if you have any questions or do not have time to implement the feedback.
Hi @bflad, I'm done with the changes you asked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi again @nebi-frame 👋 Left another round of feedback below. Are you able to run the acceptance testing? If you're unsure about how to do so, please see the Acceptance Testing section in the Contribution Guide (the test pattern for this resource is TestAccAWSFlowLog_
). If you're not able to run the acceptance testing for this resource, please let us know. Thanks!
@bflad, I've made the changes that you asked, now acceptance is working. |
Hi @nywilken , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the updates, @nebi-frame, and sorry for the delay in getting this merged. Let's get this in. 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (7.57s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (11.18s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (12.19s)
--- PASS: TestAccAWSFlowLog_SubnetID (12.43s)
--- PASS: TestAccAWSFlowLog_VPCID (17.84s)
--- PASS: TestAccAWSFlowLog_LogFormat (18.09s)
Output from acceptance testing in AWS GovCloud (US) (test failure unrelated):
--- FAIL: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (4.65s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (6.14s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (7.25s)
--- PASS: TestAccAWSFlowLog_SubnetID (7.55s)
--- PASS: TestAccAWSFlowLog_VPCID (8.65s)
--- PASS: TestAccAWSFlowLog_LogFormat (9.10s)
This has been released in version 2.34.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
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! |
Community Note
Relates OR Closes #10081
Release note for CHANGELOG:
This PR depends on aws sdk to be 1.24.x