-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nexus_blobstore_file cannot apply path does not reflect in tf state #400
Comments
I could reproduce this using the latest provider release (2.2.0) and Terraform 1.6.6 This is not happening all the time we want to modify a blobstore path, it only happens if you use an absolute path in the default Nexus blobs directory, for example This is happening because Nexus itself is converting the path from absolute to relative while using the default blobs path Should we follow the same approach than Sonatype converting the absolute path to relative path in case of the default blobstore path is configured? What if someone else has configured by default another blobstore path? As of now, I´d suggest to use relative paths in the Terraform declaration if you use the default blobstore path. I can confirm that this not happen while using relative path, please find below an example of path update working properly:
|
Is there an existing issue for this?
Community Note
Terraform Version
1.6.4
Nexus Provider Version
1.22.0
Nexus Version
3.62.2
Affected Resource(s)/Data Source(s)
nexus_blobstore_file
Terraform Configuration Files
The text was updated successfully, but these errors were encountered: