Skip to content
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

r/aws_flow_log: Add max_aggregation_interval attribute #12483

Merged
merged 2 commits into from
Mar 26, 2020

Conversation

ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #11927.
Replaces #12007.

Many thanks to @ajorpheus for starting this one.

Release note for CHANGELOG:

resource/aws_flow_log: Add `max_aggregation_interval` attribute

Output from acceptance testing:

$ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSFlowLog_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 2 -run=TestAccAWSFlowLog_ -timeout 120m
=== RUN   TestAccAWSFlowLog_VPCID
=== PAUSE TestAccAWSFlowLog_VPCID
=== RUN   TestAccAWSFlowLog_LogFormat
=== PAUSE TestAccAWSFlowLog_LogFormat
=== RUN   TestAccAWSFlowLog_SubnetID
=== PAUSE TestAccAWSFlowLog_SubnetID
=== RUN   TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs
=== PAUSE TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs
=== RUN   TestAccAWSFlowLog_LogDestinationType_S3
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3
=== RUN   TestAccAWSFlowLog_LogDestinationType_S3_Invalid
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_Invalid
=== RUN   TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval
=== PAUSE TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval
=== RUN   TestAccAWSFlowLog_tags
=== PAUSE TestAccAWSFlowLog_tags
=== RUN   TestAccAWSFlowLog_disappears
=== PAUSE TestAccAWSFlowLog_disappears
=== CONT  TestAccAWSFlowLog_VPCID
=== CONT  TestAccAWSFlowLog_LogDestinationType_S3_Invalid
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (22.15s)
=== CONT  TestAccAWSFlowLog_disappears
--- PASS: TestAccAWSFlowLog_disappears (33.20s)
=== CONT  TestAccAWSFlowLog_tags
--- PASS: TestAccAWSFlowLog_VPCID (59.35s)
=== CONT  TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval
--- PASS: TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval (34.55s)
=== CONT  TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (34.79s)
=== CONT  TestAccAWSFlowLog_LogDestinationType_S3
--- PASS: TestAccAWSFlowLog_tags (79.70s)
=== CONT  TestAccAWSFlowLog_SubnetID
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (42.05s)
=== CONT  TestAccAWSFlowLog_LogFormat
--- PASS: TestAccAWSFlowLog_SubnetID (38.51s)
--- PASS: TestAccAWSFlowLog_LogFormat (63.21s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	234.019s

@ewbankkit ewbankkit requested a review from a team March 19, 2020 21:00
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/M Managed by automation to categorize the size of a PR. service/ec2 Issues and PRs that pertain to the ec2 service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. documentation Introduces or discusses updates to documentation. labels Mar 19, 2020
@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 26, 2020
@bflad bflad self-assigned this Mar 26, 2020
@bflad bflad added this to the v2.55.0 milestone Mar 26, 2020
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @ewbankkit 🚀

Output from acceptance testing in AWS Commercial:

--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (8.93s)
--- PASS: TestAccAWSFlowLog_disappears (13.03s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (15.27s)
--- PASS: TestAccAWSFlowLog_SubnetID (16.29s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval (16.33s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (18.44s)
--- PASS: TestAccAWSFlowLog_VPCID (22.36s)
--- PASS: TestAccAWSFlowLog_LogFormat (24.01s)
--- PASS: TestAccAWSFlowLog_tags (28.29s)

Output from acceptance testing in AWS GovCloud (US) (test failures unrelated):

--- FAIL: TestAccAWSFlowLog_SubnetID (2.89s)
--- FAIL: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (6.77s)
--- PASS: TestAccAWSFlowLog_disappears (8.80s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (12.10s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval (13.01s)
--- PASS: TestAccAWSFlowLog_VPCID (13.42s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (15.63s)
--- PASS: TestAccAWSFlowLog_LogFormat (17.73s)
--- PASS: TestAccAWSFlowLog_tags (21.54s)

@bflad bflad merged commit 4a2073d into hashicorp:master Mar 26, 2020
bflad added a commit that referenced this pull request Mar 26, 2020
@ewbankkit ewbankkit deleted the issue-11927 branch March 26, 2020 20:15
@ghost
Copy link

ghost commented Mar 27, 2020

This has been released in version 2.55.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
Copy link

ghost commented Apr 26, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service. size/M Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Amazon VPC Flow Logs now support 1-minute aggregation intervals
2 participants