-
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
enhancement: aws/resource_aws_vpc_flow_log destination_options parquet #21285
enhancement: aws/resource_aws_vpc_flow_log destination_options parquet #21285
Conversation
fb7a80b
to
bdbdccc
Compare
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.
LGTM 🚀.
Commercial
% make testacc TESTARGS='-run=TestAccAWSFlowLog_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSFlowLog_ -timeout 180m
=== 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_S3_DO_PlainText
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== 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_DO_Parquet
=== CONT TestAccAWSFlowLog_disappears
=== CONT TestAccAWSFlowLog_LogFormat
=== CONT TestAccAWSFlowLog_tags
=== CONT TestAccAWSFlowLog_LogDestinationType_S3
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText
=== CONT TestAccAWSFlowLog_SubnetID
=== CONT TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== CONT TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_Invalid
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (20.62s)
--- PASS: TestAccAWSFlowLog_disappears (39.04s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (50.61s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval (51.10s)
--- PASS: TestAccAWSFlowLog_SubnetID (53.57s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (54.35s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible (54.39s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText (54.40s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour (54.40s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible (54.41s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet (54.50s)
--- PASS: TestAccAWSFlowLog_VPCID (70.41s)
--- PASS: TestAccAWSFlowLog_LogFormat (77.56s)
--- PASS: TestAccAWSFlowLog_tags (89.46s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 92.817s
GovCloud
% make testacc TESTARGS='-run=TestAccAWSFlowLog_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSFlowLog_ -timeout 180m
=== 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_S3_DO_PlainText
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== RUN TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== PAUSE TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== 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_MaxAggregationInterval
=== CONT TestAccAWSFlowLog_tags
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour
=== CONT TestAccAWSFlowLog_SubnetID
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText
=== CONT TestAccAWSFlowLog_LogDestinationType_S3
=== CONT TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs
=== CONT TestAccAWSFlowLog_LogDestinationType_S3_Invalid
=== CONT TestAccAWSFlowLog_disappears
=== CONT TestAccAWSFlowLog_LogFormat
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_Invalid (32.44s)
--- PASS: TestAccAWSFlowLog_disappears (46.71s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_MaxAggregationInterval (51.63s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_CloudWatchLogs (51.99s)
--- PASS: TestAccAWSFlowLog_SubnetID (54.99s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet (55.76s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible_PerHour (58.46s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3 (58.67s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText_HiveCompatible (58.68s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_Parquet_HiveCompatible (58.68s)
--- PASS: TestAccAWSFlowLog_LogDestinationType_S3_DO_PlainText (58.74s)
--- PASS: TestAccAWSFlowLog_VPCID (71.63s)
--- PASS: TestAccAWSFlowLog_LogFormat (80.22s)
--- PASS: TestAccAWSFlowLog_tags (87.71s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 93.821s
@drewmullen Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.63.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Output from acceptance testing: