-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
File upload to datastore changes "+" symbol in the file name to a space. #1928
Comments
Hello, Chad-Saltzman! 🖐 Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle. If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests. |
Updates `r/file` to ensure that incoming file names with special characters (+, specifically) retain their original name when uploaded so that the plan is consistent. Ref: #1928 Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
Updates `r/file` to ensure that incoming file names with special characters (+, specifically) retain their original name when uploaded so that the plan is consistent. Ref: #1928 Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
Updates `r/file` to ensure that incoming file names with special characters (+, specifically) retain their original name when uploaded so that the plan is consistent. Ref: #1928 Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
This functionality has been released in v2.8.2 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Community Guidelines
Terraform
0.14.11
Terraform Provider
2.4.0
VMware vSphere
7.0.3
Description
When uploading a file to a datastore in vsphere, the filename removes the "+" symbol and replaces it with a space. The file successfully uploads in the datastore, but the terraform apply fails and throws a provider error due to the name being different than the expected.
Affected Resources or Data Sources
resource/vsphere_file
Terraform Configuration
Debug Output
https://gist.github.com/Chad-Saltzman/5acd555c790f869a1b305c53d381f84b
Panic Output
No response
Expected Behavior
File is uploaded to the vSphere datastore with the correct name and a successful terraform apply.
Actual Behavior
File is uploaded to the vSphere datastore with the "+" symbol replaced by a space and the terraform apply fails.
Steps to Reproduce
Use the vsphere_file resource to upload a file with a destination name containing a "+" symbol.
Environment Details
No response
Screenshots
References
No response
The text was updated successfully, but these errors were encountered: