-
Notifications
You must be signed in to change notification settings - Fork 154
[FEATURE] Allow to use ovh_cloud_project_volume as a resource #801
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
Comments
Hello @kyngs, In fact the resource to handle volumes exists, it is just named a bit differently because it is based on the region-centric API routes in the Here is the resource documentation: https://registry.terraform.io/providers/ovh/ovh/latest/docs/resources/cloud_project_region_volume Is it what you were looking for ? |
Hi, thanks for the quick response. |
You're right, the category makes no sense and will be fixed soon! Regarding the size update, it has not been implemented yet in the provider as it requires a separate API call to |
Description
I would like to configure my block volumes using Terraform. Currently, there's only a data source for ovh_cloud_project_volume, but not a resource.
Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
Something like:
Additional context
I feel like this is intentional, why? To prevent accidental data loss?
The text was updated successfully, but these errors were encountered: