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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
1.5.7
Nexus Provider Version
2.2.0
Nexus Version
3.67.1
Affected Resource(s)/Data Source(s)
nexus_security_ssl_truststore
Terraform Configuration Files
resource"nexus_security_ssl_truststore""mycert" {
pem=file("${path.module}/mycert.pem") #cert contents are irrelevant, so just use any you have available
}
Debug Output/Panic Output
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to nexus_security_ssl_truststore.mycert, provider "provider[\"registry.terraform.io/datadrivers/nexus\"]" produced an unexpected new value: Root
│ resource was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.╵
Expected Behaviour
Certificate resource should be created without error
Actual Behaviour
Certificate resource is added, but error is displayed
Steps to Reproduce
terraform apply
References
No response
The text was updated successfully, but these errors were encountered:
I understand my terraform version is out of date, but it was installed with homebrew and does not show any updates available for me. I'm working on that. In the meantime, I'm not convinced that's particularly relevant, but if you disagree, I can certainly try to get an updated version running and test again with that.
Hello, i was not able to reproduce the issue. I tried it with the same Terraform version, and the newest version of nexus (3.69.0), with a self signed mycert.pem.
Is there an existing issue for this?
Community Note
Terraform Version
1.5.7
Nexus Provider Version
2.2.0
Nexus Version
3.67.1
Affected Resource(s)/Data Source(s)
nexus_security_ssl_truststore
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Certificate resource should be created without error
Actual Behaviour
Certificate resource is added, but error is displayed
Steps to Reproduce
References
No response
The text was updated successfully, but these errors were encountered: