-
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: Add tags support to aws_cur_report_definition resource and data source #38483
feat: Add tags support to aws_cur_report_definition resource and data source #38483
Conversation
Community NoteVoting for Prioritization
For Submitters
|
b839ab0
to
cef1cad
Compare
cef1cad
to
13091b1
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 🎉
% make testacc PKG=cur TESTS=TestAccCUR_serial
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.5 test ./internal/service/cur/... -v -count 1 -parallel 20 -run='TestAccCUR_serial' -timeout 360m
=== RUN TestAccCUR_serial
=== PAUSE TestAccCUR_serial
=== CONT TestAccCUR_serial
=== RUN TestAccCUR_serial/ReportDefinition
=== RUN TestAccCUR_serial/ReportDefinition/tags
=== PAUSE TestAccCUR_serial/ReportDefinition/tags
=== RUN TestAccCUR_serial/ReportDefinition/parquet
=== RUN TestAccCUR_serial/ReportDefinition/overwrite
=== RUN TestAccCUR_serial/ReportDefinition/DataSource_additional
=== RUN TestAccCUR_serial/ReportDefinition/basic
=== RUN TestAccCUR_serial/ReportDefinition/disappears
=== RUN TestAccCUR_serial/ReportDefinition/textOrCsv
=== RUN TestAccCUR_serial/ReportDefinition/athena
=== RUN TestAccCUR_serial/ReportDefinition/refresh
=== RUN TestAccCUR_serial/ReportDefinition/DataSource_basic
=== CONT TestAccCUR_serial/ReportDefinition/tags
--- PASS: TestAccCUR_serial (245.82s)
--- PASS: TestAccCUR_serial/ReportDefinition (204.34s)
--- PASS: TestAccCUR_serial/ReportDefinition/parquet (22.76s)
--- PASS: TestAccCUR_serial/ReportDefinition/overwrite (21.70s)
--- PASS: TestAccCUR_serial/ReportDefinition/DataSource_additional (20.24s)
--- PASS: TestAccCUR_serial/ReportDefinition/basic (32.37s)
--- PASS: TestAccCUR_serial/ReportDefinition/disappears (20.59s)
--- PASS: TestAccCUR_serial/ReportDefinition/textOrCsv (22.05s)
--- PASS: TestAccCUR_serial/ReportDefinition/athena (22.22s)
--- PASS: TestAccCUR_serial/ReportDefinition/refresh (22.09s)
--- PASS: TestAccCUR_serial/ReportDefinition/DataSource_basic (20.31s)
--- PASS: TestAccCUR_serial/ReportDefinition/tags (41.48s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/cur 251.649s
Thanks for your contribution, @acwwat! 👍 |
This functionality has been released in v5.60.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. |
Description
This PR is to add tags support to the
aws_cur_report_definition
resource and data source.Relations
Closes #37749
References
Referred to AWS Cost and Usage Report for specs.
Output from Acceptance Testing