-
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 Data Source] fsx_ontap_storage_virtual_machines
#32624
[New Data Source] fsx_ontap_storage_virtual_machines
#32624
Conversation
Community NoteVoting for Prioritization
For Submitters
|
fsx_ontap_storage_virtual_machines
# Conflicts: # internal/service/fsx/common_schema_data_source.go # 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=TestAccFSxONTAPStorageVirtualMachinesDataSource_' PKG=fsx
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/fsx/... -v -count 1 -parallel 20 -run=TestAccFSxONTAPStorageVirtualMachinesDataSource_ -timeout 360m
=== RUN TestAccFSxONTAPStorageVirtualMachinesDataSource_Filter
=== PAUSE TestAccFSxONTAPStorageVirtualMachinesDataSource_Filter
=== CONT TestAccFSxONTAPStorageVirtualMachinesDataSource_Filter
--- PASS: TestAccFSxONTAPStorageVirtualMachinesDataSource_Filter (2277.47s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/fsx 2283.196s
@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
Add a data source to allow the retrieval of FSx ONTAP Storage Virtual Machine IDs from AWS.
Relations
Relates #30348
References
https://docs.aws.amazon.com/fsx/latest/APIReference/API_DescribeStorageVirtualMachines.html
docs.aws.amazon.com/fsx/latest/APIReference/API_StorageVirtualMachineFilter.html
Output from Acceptance Testing