-
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
New resource: aws_costoptimizationhub_preferences #36526
New resource: aws_costoptimizationhub_preferences #36526
Conversation
Community NoteVoting for Prioritization
For Submitters
|
218a231
to
7bae044
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.
Thanks for your work on this!
% make t T=TestAccCostOptimizationHub_serial K=costoptimizationhub
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.6 test ./internal/service/costoptimizationhub/... -v -count 1 -parallel 20 -run='TestAccCostOptimizationHub_serial' -timeout 360m
=== RUN TestAccCostOptimizationHub_serial
=== PAUSE TestAccCostOptimizationHub_serial
=== CONT TestAccCostOptimizationHub_serial
=== RUN TestAccCostOptimizationHub_serial/EnrollmentStatus
=== RUN TestAccCostOptimizationHub_serial/EnrollmentStatus/basic
=== RUN TestAccCostOptimizationHub_serial/EnrollmentStatus/disappears
=== RUN TestAccCostOptimizationHub_serial/EnrollmentStatus/includeMemberAccounts
=== RUN TestAccCostOptimizationHub_serial/Preferences
=== RUN TestAccCostOptimizationHub_serial/Preferences/basic
=== RUN TestAccCostOptimizationHub_serial/Preferences/disappears
=== RUN TestAccCostOptimizationHub_serial/Preferences/memberAccountsDiscountVisibility
=== RUN TestAccCostOptimizationHub_serial/Preferences/savingsEstimationMode
--- PASS: TestAccCostOptimizationHub_serial (123.27s)
--- PASS: TestAccCostOptimizationHub_serial/EnrollmentStatus (57.05s)
--- PASS: TestAccCostOptimizationHub_serial/EnrollmentStatus/basic (16.10s)
--- PASS: TestAccCostOptimizationHub_serial/EnrollmentStatus/disappears (16.28s)
--- PASS: TestAccCostOptimizationHub_serial/EnrollmentStatus/includeMemberAccounts (24.66s)
--- PASS: TestAccCostOptimizationHub_serial/Preferences (66.22s)
--- PASS: TestAccCostOptimizationHub_serial/Preferences/basic (15.80s)
--- PASS: TestAccCostOptimizationHub_serial/Preferences/disappears (18.61s)
--- PASS: TestAccCostOptimizationHub_serial/Preferences/memberAccountsDiscountVisibility (15.89s)
--- PASS: TestAccCostOptimizationHub_serial/Preferences/savingsEstimationMode (15.92s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/costoptimizationhub 128.029s
28f2e3a
to
25cf1c1
Compare
This functionality has been released in v5.67.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
Adds a resource "Preferences" to the Cost Optimization Hub service.
Relations
Closes #34588
References
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/costoptimizationhub
https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Operations_Cost_Optimization_Hub.html
#36440 is the first PR for this service. This is the second one.
Output from Acceptance Testing