You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: invalid value 'capacity_min': strconv.ParseFloat: parsing "": invalid syntax
│
│ with nomad_csi_volume.alpine-caddy,
│ on main.tf line 34, in resource "nomad_csi_volume" "alpine-caddy":
│ 34: resource "nomad_csi_volume" "alpine-caddy" {
even though that parameter is optional. (Root cause seems to be no empty checks at this and this)
I have added capacity_min and capacity_max and then got the following issues.
│ Error: empty retryable error received. This is a bug with the Terraform provider and should be reported as a GitHub issue
in the provider repository.
│
│ with nomad_csi_volume.alpine-caddy,
│ on main.tf line 34, in resource "nomad_csi_volume" "alpine-caddy":
│ 34: resource "nomad_csi_volume" "alpine-caddy" {
The text was updated successfully, but these errors were encountered:
Same setup as #349
Terraform resource is
Initially I got
even though that parameter is optional. (Root cause seems to be no empty checks at this and this)
I have added capacity_min and capacity_max and then got the following issues.
The text was updated successfully, but these errors were encountered: