CodeBleu commented on PR #138:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/138#issuecomment-2528623201
> The error is being thrown from cloudstacks API. Try setting this global
var to 0.
>
> ```
> Custom diskoffering size min (custom.diskoffering.size.min)
> Minimum size in GB for custom disk offering.
> ```
Not really sure where you are talking about. Before the last change, this
wasn't an issue and would create the offering with a `root_disk_size` of `0`,
but the local/shared `storage_type` was not working. When I updated it with
that fix...now is when I get the error about `0` for the size
In my `resource "cloudstack_service_offering_fixed" "standard_offering" {`
I have this:
`root_disk_size = 0`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]