Open jackmtpt opened 6 months ago
There is currently no resource that allows you to configure the URL/credentials for an IQ Server.
nexus_iq_server_connection
No response
resource "nexus_iq_server_connection" "iq_server" { enabled = true url = "http://your.iq.server" auth_method = "userpass" auth { username = "user" password = "pass" } }
Is there an existing issue for this?
Community Note
Description
There is currently no resource that allows you to configure the URL/credentials for an IQ Server.
New or Affected Resource(s)/Data Source(s)
nexus_iq_server_connection
Pro feature
Community Plugin
No response
Potential Terraform Configuration
References
No response