-
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
fsx: Migrate to AWS SDK v2 #38343
fsx: Migrate to AWS SDK v2 #38343
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:
|
e191e20
to
feb0cd1
Compare
…nes,r/fsx_ontap_storage_virtual_machine: Migrate to AWS SDK v2
feb0cd1
to
8cb11b2
Compare
# Conflicts: # internal/conns/awsclient_gen.go # internal/service/fsx/lustre_file_system.go # internal/service/fsx/ontap_volume.go # internal/service/fsx/ontap_volume_test.go # internal/service/fsx/openzfs_file_system.go # internal/service/fsx/openzfs_file_system_test.go
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:
|
% ACCTEST_TIMEOUT=720m make testacc TESTARGS='-run=TestAccFSxOpenZFSVolume_tags\|TestAccFSxOpenZFSVolume_copyTags' PKG=fsx make: Verifying source code with gofmt... ==> Checking that code complies with gofmt requirements... TF_ACC=1 go1.22.5 test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxOpenZFSVolume_tags\|TestAccFSxOpenZFSVolume_copyTags -timeout 720m === RUN TestAccFSxOpenZFSVolume_tags === PAUSE TestAccFSxOpenZFSVolume_tags === RUN TestAccFSxOpenZFSVolume_copyTags === PAUSE TestAccFSxOpenZFSVolume_copyTags === CONT TestAccFSxOpenZFSVolume_tags === CONT TestAccFSxOpenZFSVolume_copyTags --- PASS: TestAccFSxOpenZFSVolume_tags (626.55s) --- PASS: TestAccFSxOpenZFSVolume_copyTags (793.71s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 798.685s
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:
|
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:
|
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:
|
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 🚀.
Full set of acceptance tests will run in TeamCity this weekend.
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
Relations
Closes #36163.
Closes #38229.
Relates #32976.
References
Output from Acceptance Testing