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
I started update of nexus to more recent versions and as I had close-to-recent version I started tinkering with terraform config. Sadly, some of resources which worked earlier started to throw errors.
│ with module.nexus_config.nexus_security_realms.security_realms,
│ on ../../modules/repository-connectorio-cloud/main.tf line 31, in resource "nexus_security_realms" "security_realms":
│ 31: resource "nexus_security_realms" "security_realms" {
│
╵
╷
│ Error: could not read file blobstores: HTTP: 401,
│
│ with module.nexus_config.data.nexus_blobstore_file.default,
│ on ../../modules/repository-connectorio-cloud/main.tf line 37, in data "nexus_blobstore_file" "default":
│ 37: data "nexus_blobstore_file" "default" {
│
╵
╷
│ Error: could not read file blobstores: HTTP: 401,
│
│ with module.nexus_config.nexus_blobstore_file.yocto-downloads,
│ on ../../modules/repository-connectorio-cloud/main.tf line 41, in resource "nexus_blobstore_file" "yocto-downloads":
│ 41: resource "nexus_blobstore_file" "yocto-downloads" {
│
╵
╷
│ Error: could not read file blobstores: HTTP: 401,
│
│ with module.nexus_config.nexus_blobstore_file.yocto-states,
│ on ../../modules/repository-connectorio-cloud/main.tf line 52, in resource "nexus_blobstore_file" "yocto-states":
│ 52: resource "nexus_blobstore_file" "yocto-states" {
│
╵
╷
│ Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
│
│ with module.nexus_config.nexus_security_role.nx-bot,
│ on ../../modules/repository-connectorio-cloud/main.tf line 87, in resource "nexus_security_role" "nx-bot":
│ 87: resource "nexus_security_role" "nx-bot" {
│
╵
╷
│ Error: Empty Summary: This is always a bug in the provider and should be reported to the provider developers.
│
│ with module.nexus_config.nexus_security_role.nx-thing4-bot,
│ on ../../modules/repository-connectorio-cloud/main.tf line 113, in resource "nexus_security_role" "nx-thing4-bot":
│ 113: resource "nexus_security_role" "nx-thing4-bot" {
Is there an existing issue for this?
Community Note
I started update of nexus to more recent versions and as I had close-to-recent version I started tinkering with terraform config. Sadly, some of resources which worked earlier started to throw errors.
Terraform Version
v1.9.5
Nexus Provider Version
2.4.0
Nexus Version
3.70.1-02
Affected Resource(s)/Data Source(s)
nexus_security_realms, nexus_blobstore_file, nexus_security_role
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
No response
References
No response
The text was updated successfully, but these errors were encountered: