-
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
Migrate controltower
service to aws-sdk-go-v2
#34559
Migrate controltower
service to aws-sdk-go-v2
#34559
Conversation
Community NoteVoting for Prioritization
For Submitters
|
controltower
service to aws-sdk-go-v2
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:
|
Hi @bschaatsbergen! I went already ahead (based on your work) with implementation of the Do you already have any idea with regard to testing? I've done work on Azure, but especially with these kind of resources I'm lost on the testing part. |
Hey @aristosvo - thanks for sharing this. Lets get this PR through in order to migrate the service to the |
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=TestAccControlTowerControlsDataSource_\|TestAccControlTowerControl_serial' PKG=controltower
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/controltower/... -v -count 1 -parallel 20 -run=TestAccControlTowerControlsDataSource_\|TestAccControlTowerControl_serial -timeout 360m
=== RUN TestAccControlTowerControl_serial
=== PAUSE TestAccControlTowerControl_serial
=== RUN TestAccControlTowerControlsDataSource_basic
=== PAUSE TestAccControlTowerControlsDataSource_basic
=== CONT TestAccControlTowerControl_serial
=== RUN TestAccControlTowerControl_serial/Control
=== RUN TestAccControlTowerControl_serial/Control/disappears
=== CONT TestAccControlTowerControlsDataSource_basic
--- PASS: TestAccControlTowerControlsDataSource_basic (23.06s)
=== RUN TestAccControlTowerControl_serial/Control/basic
--- PASS: TestAccControlTowerControl_serial (446.58s)
--- PASS: TestAccControlTowerControl_serial/Control (446.58s)
--- PASS: TestAccControlTowerControl_serial/Control/disappears (221.97s)
--- PASS: TestAccControlTowerControl_serial/Control/basic (224.61s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/controltower 451.750s
@bschaatsbergen Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.28.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
Some tech debt I'm addressing to support our migration to
aws-sdk-go-v2
and this unblocks the implementation of a new resource in #34557Relations
Closes #34558.
Relates #32976.
References
Output from Acceptance Testing