-
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
[New Data Source] fsx_ontap_storage_virtual_machine
#32621
[New Data Source] fsx_ontap_storage_virtual_machine
#32621
Conversation
Community NoteVoting for Prioritization
For Submitters
|
fsx_ontap_storage_virtual_machine
# Conflicts: # internal/service/fsx/service_package_gen.go
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=TestAccFSxONTAPStorageVirtualMachineDataSource_' PKG=fsx
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxONTAPStorageVirtualMachineDataSource_ -timeout 360m
=== RUN TestAccFSxONTAPStorageVirtualMachineDataSource_Id
=== PAUSE TestAccFSxONTAPStorageVirtualMachineDataSource_Id
=== RUN TestAccFSxONTAPStorageVirtualMachineDataSource_Filter
=== PAUSE TestAccFSxONTAPStorageVirtualMachineDataSource_Filter
=== CONT TestAccFSxONTAPStorageVirtualMachineDataSource_Id
=== CONT TestAccFSxONTAPStorageVirtualMachineDataSource_Filter
--- PASS: TestAccFSxONTAPStorageVirtualMachineDataSource_Id (2025.27s)
--- PASS: TestAccFSxONTAPStorageVirtualMachineDataSource_Filter (2146.96s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 2152.462s
@R-Campbell Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.18.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
Allow the retrieval of an FSx ONTAP Storage Virtual Machine from AWS for use as a data source.
Relations
Closes #30348.
Closes #33542.
References
https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeStorageVirtualMachines.html
https://docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html
Output from Acceptance Testing