@pulumi/artifactory 2.5.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/alpineRepository.d.ts +1 -1
  2. package/alpineRepository.js +1 -1
  3. package/debianRepository.d.ts +1 -1
  4. package/debianRepository.js +1 -1
  5. package/goRepository.d.ts +6 -6
  6. package/keypair.d.ts +1 -1
  7. package/keypair.js +1 -1
  8. package/localRpmRepository.d.ts +1 -1
  9. package/localRpmRepository.js +1 -1
  10. package/mavenRepository.d.ts +7 -7
  11. package/mavenRepository.js +1 -1
  12. package/package.json +4 -3
  13. package/package.json.bak +2 -1
  14. package/package.json.dev +4 -3
  15. package/pushReplication.d.ts +11 -10
  16. package/pushReplication.js +11 -10
  17. package/pushReplication.js.map +1 -1
  18. package/remoteAlpineRepository.d.ts +6 -6
  19. package/remoteBowerRepository.d.ts +6 -6
  20. package/remoteCargoRepository.d.ts +6 -6
  21. package/remoteChefRepository.d.ts +6 -6
  22. package/remoteCocoapodsRepository.d.ts +6 -6
  23. package/remoteComposerRepository.d.ts +6 -6
  24. package/remoteConanRepository.d.ts +6 -6
  25. package/remoteCondaRepository.d.ts +6 -6
  26. package/remoteCranRepository.d.ts +6 -6
  27. package/remoteDebianRepository.d.ts +6 -6
  28. package/remoteDockerRepository.d.ts +6 -6
  29. package/remoteGemsRepository.d.ts +6 -6
  30. package/remoteGenericRepository.d.ts +6 -6
  31. package/remoteGitlfsRepository.d.ts +6 -6
  32. package/remoteGoRepository.d.ts +6 -6
  33. package/remoteGradleRepository.d.ts +6 -6
  34. package/remoteHelmRepository.d.ts +6 -6
  35. package/remoteIvyRepository.d.ts +6 -6
  36. package/remoteMavenRepository.d.ts +6 -6
  37. package/remoteNpmRepository.d.ts +6 -6
  38. package/remoteNugetRepository.d.ts +6 -6
  39. package/remoteOpkgRepository.d.ts +6 -6
  40. package/remoteP2Repository.d.ts +6 -6
  41. package/remotePubRepository.d.ts +6 -6
  42. package/remotePuppetRepository.d.ts +6 -6
  43. package/remotePypiRepository.d.ts +6 -6
  44. package/remoteRpmRepository.d.ts +6 -6
  45. package/remoteSbtRepository.d.ts +6 -6
  46. package/remoteSwiftRepository.d.ts +6 -6
  47. package/remoteTerraformRepository.d.ts +6 -6
  48. package/remoteVcsRepository.d.ts +6 -6
  49. package/virtualAlpineRepository.d.ts +6 -6
  50. package/virtualBowerRepository.d.ts +6 -6
  51. package/virtualChefRepository.d.ts +6 -6
  52. package/virtualComposerRepository.d.ts +6 -6
  53. package/virtualConanRepository.d.ts +6 -6
  54. package/virtualCondaRepository.d.ts +6 -6
  55. package/virtualCranRepository.d.ts +6 -6
  56. package/virtualDebianRepository.d.ts +6 -6
  57. package/virtualDockerRepository.d.ts +6 -6
  58. package/virtualGemsRepository.d.ts +6 -6
  59. package/virtualGenericRepository.d.ts +6 -6
  60. package/virtualGitlfsRepository.d.ts +6 -6
  61. package/virtualGradleRepository.d.ts +6 -6
  62. package/virtualHelmRepository.d.ts +6 -6
  63. package/virtualIvyRepository.d.ts +6 -6
  64. package/virtualNpmRepository.d.ts +6 -6
  65. package/virtualNugetRepository.d.ts +6 -6
  66. package/virtualP2Repository.d.ts +6 -6
  67. package/virtualPubRepository.d.ts +6 -6
  68. package/virtualPuppetRepository.d.ts +6 -6
  69. package/virtualPypiRepository.d.ts +6 -6
  70. package/virtualRpmRepository.d.ts +7 -7
  71. package/virtualRpmRepository.js +1 -1
  72. package/virtualSbtRepository.d.ts +6 -6
  73. package/virtualSwiftRepository.d.ts +6 -6
  74. package/virtualTerraformRepository.d.ts +6 -6
@@ -101,8 +101,8 @@ export declare class VirtualIvyRepository extends pulumi.CustomResource {
101
101
  */
102
102
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
103
103
  /**
104
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
105
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
104
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
105
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
106
106
  */
107
107
  readonly projectKey: pulumi.Output<string | undefined>;
108
108
  /**
@@ -188,8 +188,8 @@ export interface VirtualIvyRepositoryState {
188
188
  */
189
189
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
190
190
  /**
191
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
192
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
191
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
192
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
193
193
  */
194
194
  projectKey?: pulumi.Input<string>;
195
195
  /**
@@ -263,8 +263,8 @@ export interface VirtualIvyRepositoryArgs {
263
263
  */
264
264
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
265
265
  /**
266
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
267
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
266
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
267
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
268
268
  */
269
269
  projectKey?: pulumi.Input<string>;
270
270
  /**
@@ -98,8 +98,8 @@ export declare class VirtualNpmRepository extends pulumi.CustomResource {
98
98
  */
99
99
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
100
100
  /**
101
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
102
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
101
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
102
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
103
103
  */
104
104
  readonly projectKey: pulumi.Output<string | undefined>;
105
105
  /**
@@ -183,8 +183,8 @@ export interface VirtualNpmRepositoryState {
183
183
  */
184
184
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
185
185
  /**
186
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
187
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
186
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
187
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
188
188
  */
189
189
  projectKey?: pulumi.Input<string>;
190
190
  /**
@@ -256,8 +256,8 @@ export interface VirtualNpmRepositoryArgs {
256
256
  */
257
257
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
258
258
  /**
259
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
260
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
259
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
260
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
261
261
  */
262
262
  projectKey?: pulumi.Input<string>;
263
263
  /**
@@ -90,8 +90,8 @@ export declare class VirtualNugetRepository extends pulumi.CustomResource {
90
90
  */
91
91
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
92
92
  /**
93
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
94
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
93
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
94
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
95
95
  */
96
96
  readonly projectKey: pulumi.Output<string | undefined>;
97
97
  /**
@@ -166,8 +166,8 @@ export interface VirtualNugetRepositoryState {
166
166
  */
167
167
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
168
168
  /**
169
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
170
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
169
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
170
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
171
171
  */
172
172
  projectKey?: pulumi.Input<string>;
173
173
  /**
@@ -230,8 +230,8 @@ export interface VirtualNugetRepositoryArgs {
230
230
  */
231
231
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
232
232
  /**
233
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
234
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
233
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
234
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
235
235
  */
236
236
  projectKey?: pulumi.Input<string>;
237
237
  /**
@@ -85,8 +85,8 @@ export declare class VirtualP2Repository extends pulumi.CustomResource {
85
85
  */
86
86
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
87
87
  /**
88
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
89
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
88
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
89
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
90
90
  */
91
91
  readonly projectKey: pulumi.Output<string | undefined>;
92
92
  /**
@@ -157,8 +157,8 @@ export interface VirtualP2RepositoryState {
157
157
  */
158
158
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
159
159
  /**
160
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
161
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
160
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
161
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
162
162
  */
163
163
  projectKey?: pulumi.Input<string>;
164
164
  /**
@@ -217,8 +217,8 @@ export interface VirtualP2RepositoryArgs {
217
217
  */
218
218
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
219
219
  /**
220
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
221
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
220
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
221
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
222
222
  */
223
223
  projectKey?: pulumi.Input<string>;
224
224
  /**
@@ -85,8 +85,8 @@ export declare class VirtualPubRepository extends pulumi.CustomResource {
85
85
  */
86
86
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
87
87
  /**
88
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
89
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
88
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
89
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
90
90
  */
91
91
  readonly projectKey: pulumi.Output<string | undefined>;
92
92
  /**
@@ -157,8 +157,8 @@ export interface VirtualPubRepositoryState {
157
157
  */
158
158
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
159
159
  /**
160
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
161
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
160
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
161
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
162
162
  */
163
163
  projectKey?: pulumi.Input<string>;
164
164
  /**
@@ -217,8 +217,8 @@ export interface VirtualPubRepositoryArgs {
217
217
  */
218
218
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
219
219
  /**
220
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
221
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
220
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
221
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
222
222
  */
223
223
  projectKey?: pulumi.Input<string>;
224
224
  /**
@@ -85,8 +85,8 @@ export declare class VirtualPuppetRepository extends pulumi.CustomResource {
85
85
  */
86
86
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
87
87
  /**
88
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
89
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
88
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
89
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
90
90
  */
91
91
  readonly projectKey: pulumi.Output<string | undefined>;
92
92
  /**
@@ -157,8 +157,8 @@ export interface VirtualPuppetRepositoryState {
157
157
  */
158
158
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
159
159
  /**
160
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
161
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
160
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
161
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
162
162
  */
163
163
  projectKey?: pulumi.Input<string>;
164
164
  /**
@@ -217,8 +217,8 @@ export interface VirtualPuppetRepositoryArgs {
217
217
  */
218
218
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
219
219
  /**
220
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
221
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
220
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
221
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
222
222
  */
223
223
  projectKey?: pulumi.Input<string>;
224
224
  /**
@@ -85,8 +85,8 @@ export declare class VirtualPypiRepository extends pulumi.CustomResource {
85
85
  */
86
86
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
87
87
  /**
88
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
89
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
88
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
89
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
90
90
  */
91
91
  readonly projectKey: pulumi.Output<string | undefined>;
92
92
  /**
@@ -157,8 +157,8 @@ export interface VirtualPypiRepositoryState {
157
157
  */
158
158
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
159
159
  /**
160
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
161
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
160
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
161
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
162
162
  */
163
163
  projectKey?: pulumi.Input<string>;
164
164
  /**
@@ -217,8 +217,8 @@ export interface VirtualPypiRepositoryArgs {
217
217
  */
218
218
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
219
219
  /**
220
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
221
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
220
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
221
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
222
222
  */
223
223
  projectKey?: pulumi.Input<string>;
224
224
  /**
@@ -8,7 +8,7 @@ import * as pulumi from "@pulumi/pulumi";
8
8
  * ```typescript
9
9
  * import * as pulumi from "@pulumi/pulumi";
10
10
  * import * as artifactory from "@pulumi/artifactory";
11
- * import * from "fs";
11
+ * import * as fs from "fs";
12
12
  *
13
13
  * const primary_keypair = new artifactory.Keypair("primary-keypair", {
14
14
  * pairName: "primary-keypair",
@@ -106,8 +106,8 @@ export declare class VirtualRpmRepository extends pulumi.CustomResource {
106
106
  */
107
107
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
108
108
  /**
109
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
110
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
109
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
110
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
111
111
  */
112
112
  readonly projectKey: pulumi.Output<string | undefined>;
113
113
  /**
@@ -186,8 +186,8 @@ export interface VirtualRpmRepositoryState {
186
186
  */
187
187
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
188
188
  /**
189
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
190
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
189
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
190
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
191
191
  */
192
192
  projectKey?: pulumi.Input<string>;
193
193
  /**
@@ -254,8 +254,8 @@ export interface VirtualRpmRepositoryArgs {
254
254
  */
255
255
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
256
256
  /**
257
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
258
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
257
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
258
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
259
259
  */
260
260
  projectKey?: pulumi.Input<string>;
261
261
  /**
@@ -14,7 +14,7 @@ const utilities = require("./utilities");
14
14
  * ```typescript
15
15
  * import * as pulumi from "@pulumi/pulumi";
16
16
  * import * as artifactory from "@pulumi/artifactory";
17
- * import * from "fs";
17
+ * import * as fs from "fs";
18
18
  *
19
19
  * const primary_keypair = new artifactory.Keypair("primary-keypair", {
20
20
  * pairName: "primary-keypair",
@@ -101,8 +101,8 @@ export declare class VirtualSbtRepository extends pulumi.CustomResource {
101
101
  */
102
102
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
103
103
  /**
104
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
105
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
104
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
105
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
106
106
  */
107
107
  readonly projectKey: pulumi.Output<string | undefined>;
108
108
  /**
@@ -188,8 +188,8 @@ export interface VirtualSbtRepositoryState {
188
188
  */
189
189
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
190
190
  /**
191
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
192
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
191
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
192
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
193
193
  */
194
194
  projectKey?: pulumi.Input<string>;
195
195
  /**
@@ -263,8 +263,8 @@ export interface VirtualSbtRepositoryArgs {
263
263
  */
264
264
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
265
265
  /**
266
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
267
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
266
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
267
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
268
268
  */
269
269
  projectKey?: pulumi.Input<string>;
270
270
  /**
@@ -69,8 +69,8 @@ export declare class VirtualSwiftRepository extends pulumi.CustomResource {
69
69
  */
70
70
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
71
71
  /**
72
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
73
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
72
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
73
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
74
74
  */
75
75
  readonly projectKey: pulumi.Output<string | undefined>;
76
76
  /**
@@ -141,8 +141,8 @@ export interface VirtualSwiftRepositoryState {
141
141
  */
142
142
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
143
143
  /**
144
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
145
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
144
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
145
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
146
146
  */
147
147
  projectKey?: pulumi.Input<string>;
148
148
  /**
@@ -201,8 +201,8 @@ export interface VirtualSwiftRepositoryArgs {
201
201
  */
202
202
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
203
203
  /**
204
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
205
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
204
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
205
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
206
206
  */
207
207
  projectKey?: pulumi.Input<string>;
208
208
  /**
@@ -82,8 +82,8 @@ export declare class VirtualTerraformRepository extends pulumi.CustomResource {
82
82
  */
83
83
  readonly projectEnvironments: pulumi.Output<string[] | undefined>;
84
84
  /**
85
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
86
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
85
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
86
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
87
87
  */
88
88
  readonly projectKey: pulumi.Output<string | undefined>;
89
89
  /**
@@ -154,8 +154,8 @@ export interface VirtualTerraformRepositoryState {
154
154
  */
155
155
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
156
156
  /**
157
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
158
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
157
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
158
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
159
159
  */
160
160
  projectKey?: pulumi.Input<string>;
161
161
  /**
@@ -214,8 +214,8 @@ export interface VirtualTerraformRepositoryArgs {
214
214
  */
215
215
  projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
216
216
  /**
217
- * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When assigning
218
- * repository to a project, repository key must be prefixed with project key, separated by a dash.
217
+ * Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
218
+ * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
219
219
  */
220
220
  projectKey?: pulumi.Input<string>;
221
221
  /**