2
2
display_name : Nexus Repository
3
3
description : Configure package managers to use Sonatype Nexus Repository for Maven, npm, PyPI, and Docker registries.
4
4
icon : ../../../../.icons/nexus-repository.svg
5
- verified : true
5
+ verified : false
6
6
tags : [integration, nexus-repository, maven, npm, pypi, docker]
7
7
---
8
8
@@ -13,7 +13,7 @@ Configure package managers (Maven, npm, Go, PyPI, Docker) to use [Sonatype Nexus
13
13
``` tf
14
14
module "nexus_repository" {
15
15
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
16
- version = "1.0.0 "
16
+ version = "1.0.1 "
17
17
agent_id = coder_agent.example.id
18
18
nexus_url = "https://nexus.example.com"
19
19
nexus_password = var.nexus_api_token
@@ -43,7 +43,7 @@ module "nexus_repository" {
43
43
``` tf
44
44
module "nexus_repository" {
45
45
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
46
- version = "1.0.0 "
46
+ version = "1.0.1 "
47
47
agent_id = coder_agent.example.id
48
48
nexus_url = "https://nexus.example.com"
49
49
nexus_password = var.nexus_api_token
@@ -58,7 +58,7 @@ module "nexus_repository" {
58
58
``` tf
59
59
module "nexus_repository" {
60
60
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
61
- version = "1.0.0 "
61
+ version = "1.0.1 "
62
62
agent_id = coder_agent.example.id
63
63
nexus_url = "https://nexus.example.com"
64
64
nexus_password = var.nexus_api_token
@@ -73,7 +73,7 @@ module "nexus_repository" {
73
73
``` tf
74
74
module "nexus_repository" {
75
75
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
76
- version = "1.0.0 "
76
+ version = "1.0.1 "
77
77
agent_id = coder_agent.example.id
78
78
nexus_url = "https://nexus.example.com"
79
79
nexus_password = var.nexus_api_token
@@ -88,7 +88,7 @@ module "nexus_repository" {
88
88
``` tf
89
89
module "nexus_repository" {
90
90
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
91
- version = "1.0.0 "
91
+ version = "1.0.1 "
92
92
agent_id = coder_agent.example.id
93
93
nexus_url = "https://nexus.example.com"
94
94
nexus_password = var.nexus_api_token
@@ -103,7 +103,7 @@ module "nexus_repository" {
103
103
``` tf
104
104
module "nexus_repository" {
105
105
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
106
- version = "1.0.0 "
106
+ version = "1.0.1 "
107
107
agent_id = coder_agent.example.id
108
108
nexus_url = "https://nexus.example.com"
109
109
nexus_password = var.nexus_api_token
@@ -118,7 +118,7 @@ module "nexus_repository" {
118
118
``` tf
119
119
module "nexus_repository" {
120
120
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
121
- version = "1.0.0 "
121
+ version = "1.0.1 "
122
122
agent_id = coder_agent.example.id
123
123
nexus_url = "https://nexus.example.com"
124
124
nexus_username = "custom-user"
@@ -134,7 +134,7 @@ module "nexus_repository" {
134
134
``` tf
135
135
module "nexus_repository" {
136
136
source = "registry.coder.com/mavrickrishi/nexus-repository/coder"
137
- version = "1.0.0 "
137
+ version = "1.0.1 "
138
138
agent_id = coder_agent.example.id
139
139
nexus_url = "https://nexus.example.com"
140
140
nexus_password = var.nexus_api_token
0 commit comments