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: could not unmarshal list of generic blobstores: json: cannot unmarshal number 935292928000 into Go struct field Generic.availableSpaceInBytes of type int
│
│ with module.nexus.data.nexus_blobstore_file.default,
│ on modules\nexus\blobstorage.tf line 14, in data "nexus_blobstore_file""default":
│ 14: data "nexus_blobstore_file""default" {
│
╵
Expected Behaviour
The blob storage should parse correctly availableSpaceInBytes inside the Generic struct
Actual Behaviour
The marshalling fail for int overflow
Steps to Reproduce
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Community Note
Terraform Version
1.3.6
Nexus Provider Version
1.22.0
Nexus Version
3.40.1-01
Affected Resource(s)/Data Source(s)
nexus_blobstore_file
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The blob storage should parse correctly availableSpaceInBytes inside the Generic struct
Actual Behaviour
The marshalling fail for int overflow
Steps to Reproduce
No response
References
No response
The text was updated successfully, but these errors were encountered: