-
Notifications
You must be signed in to change notification settings - Fork 362
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
Block Storage: new data resource for volume #925
Comments
Any PRs are welcome. I guess that it will be also possible to implement https://github.com/gophercloud/gophercloud/blob/master/openstack/blockstorage/v2/volumes/requests.go#L113 |
Should I include the v2 and v3 in a single pull request. |
@Shonei it's better to split PRs for different datasources. Sure you can filter all results for needed arguments. We already doing this in some other datasources like |
As both PR have been merged I will close this. |
Hi there,
We are looking into adding a new data resource for volumes.
Terraform Version
Terraform v0.12.9
provider.openstack v1.23.0
Affected Resource(s)
openstack_blockstorage_volume_v2
The argument list we are thinking of is:
And here are the attributes that will get computed:
Does this seem acceptable ot should we change some of the parameters.
The text was updated successfully, but these errors were encountered: