-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
service: add billing service to aws provider #41000
service: add billing service to aws provider #41000
Conversation
Community NoteVoting for Prioritization
For Submitters
|
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
@justinretzolk would love to get your opinion on this as I am confused. Should I put the endpoint configuration currently and remove the |
36b7b40
to
14a096f
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 TESTARGS='-run=TestAccBillingServiceAccountDataSource_' PKG=billing
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/billing/... -v -count 1 -parallel 20 -run=TestAccBillingServiceAccountDataSource_ -timeout 360m -vet=off
2025/01/20 16:09:17 Initializing Terraform AWS Provider...
=== RUN TestAccBillingServiceAccountDataSource_basic
=== PAUSE TestAccBillingServiceAccountDataSource_basic
=== CONT TestAccBillingServiceAccountDataSource_basic
--- PASS: TestAccBillingServiceAccountDataSource_basic (7.39s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/billing 12.697s
@ewbankkit it would be nice if you could share your opinion for the |
# Conflicts: # go.mod # go.sum
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 🚀.
@hjoshi123 Thanks for the contribution 🎉 👏. |
@ewbankkit thank you for chipping in and resolving the issues quickly. |
Description
This PR involves regarding the new
billing
package that AWS introduced recently. For this, there are a bunch of data sources and resource(s) to be created. This PR is the first step of it to create a new service.Relations
Relates #40677
References
https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/billing#Client.CreateBillingView
Output from Acceptance Testing