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
Incase of wrong checksum, post image upload it should fail with wrong checksum error.
Incase of correct checksum, the output of resource must contain the checksum details.
Checksum shouldn't be allowed to update.
Actual Behaviour
When we use source_path,
Incase of wrong checksum, image creation and upload goes fine.
Incase of correct checksum, the output of resource doesn't contain the checksum details.
Checksum is allowed to update.
Steps to Reproduce
terraform apply with above script
Important Factors
Image create using source_uri is working fine.
RCA for upload image issue:
Incase of image upload from local, checksum in image create is not honoured from PC side. During upload we can set below headers for sending checksum.
Nutanix Cluster Information
PC Version: pc.2022.4
Terraform Version
Terraform v1.1.9
on darwin_amd64
provider registry.terraform.io/nutanix/nutanix v1.5.0
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
When we use source_path,
Actual Behaviour
When we use source_path,
Steps to Reproduce
terraform apply
with above scriptImportant Factors
Image create using source_uri is working fine.
RCA for upload image issue:
Incase of image upload from local, checksum in image create is not honoured from PC side. During upload we can set below headers for sending checksum.
References
The text was updated successfully, but these errors were encountered: