@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.
- package/alpineRepository.d.ts +1 -1
- package/alpineRepository.js +1 -1
- package/debianRepository.d.ts +1 -1
- package/debianRepository.js +1 -1
- package/goRepository.d.ts +6 -6
- package/keypair.d.ts +1 -1
- package/keypair.js +1 -1
- package/localRpmRepository.d.ts +1 -1
- package/localRpmRepository.js +1 -1
- package/mavenRepository.d.ts +7 -7
- package/mavenRepository.js +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/pushReplication.d.ts +11 -10
- package/pushReplication.js +11 -10
- package/pushReplication.js.map +1 -1
- package/remoteAlpineRepository.d.ts +6 -6
- package/remoteBowerRepository.d.ts +6 -6
- package/remoteCargoRepository.d.ts +6 -6
- package/remoteChefRepository.d.ts +6 -6
- package/remoteCocoapodsRepository.d.ts +6 -6
- package/remoteComposerRepository.d.ts +6 -6
- package/remoteConanRepository.d.ts +6 -6
- package/remoteCondaRepository.d.ts +6 -6
- package/remoteCranRepository.d.ts +6 -6
- package/remoteDebianRepository.d.ts +6 -6
- package/remoteDockerRepository.d.ts +6 -6
- package/remoteGemsRepository.d.ts +6 -6
- package/remoteGenericRepository.d.ts +6 -6
- package/remoteGitlfsRepository.d.ts +6 -6
- package/remoteGoRepository.d.ts +6 -6
- package/remoteGradleRepository.d.ts +6 -6
- package/remoteHelmRepository.d.ts +6 -6
- package/remoteIvyRepository.d.ts +6 -6
- package/remoteMavenRepository.d.ts +6 -6
- package/remoteNpmRepository.d.ts +6 -6
- package/remoteNugetRepository.d.ts +6 -6
- package/remoteOpkgRepository.d.ts +6 -6
- package/remoteP2Repository.d.ts +6 -6
- package/remotePubRepository.d.ts +6 -6
- package/remotePuppetRepository.d.ts +6 -6
- package/remotePypiRepository.d.ts +6 -6
- package/remoteRpmRepository.d.ts +6 -6
- package/remoteSbtRepository.d.ts +6 -6
- package/remoteSwiftRepository.d.ts +6 -6
- package/remoteTerraformRepository.d.ts +6 -6
- package/remoteVcsRepository.d.ts +6 -6
- package/virtualAlpineRepository.d.ts +6 -6
- package/virtualBowerRepository.d.ts +6 -6
- package/virtualChefRepository.d.ts +6 -6
- package/virtualComposerRepository.d.ts +6 -6
- package/virtualConanRepository.d.ts +6 -6
- package/virtualCondaRepository.d.ts +6 -6
- package/virtualCranRepository.d.ts +6 -6
- package/virtualDebianRepository.d.ts +6 -6
- package/virtualDockerRepository.d.ts +6 -6
- package/virtualGemsRepository.d.ts +6 -6
- package/virtualGenericRepository.d.ts +6 -6
- package/virtualGitlfsRepository.d.ts +6 -6
- package/virtualGradleRepository.d.ts +6 -6
- package/virtualHelmRepository.d.ts +6 -6
- package/virtualIvyRepository.d.ts +6 -6
- package/virtualNpmRepository.d.ts +6 -6
- package/virtualNugetRepository.d.ts +6 -6
- package/virtualP2Repository.d.ts +6 -6
- package/virtualPubRepository.d.ts +6 -6
- package/virtualPuppetRepository.d.ts +6 -6
- package/virtualPypiRepository.d.ts +6 -6
- package/virtualRpmRepository.d.ts +7 -7
- package/virtualRpmRepository.js +1 -1
- package/virtualSbtRepository.d.ts +6 -6
- package/virtualSwiftRepository.d.ts +6 -6
- package/virtualTerraformRepository.d.ts +6 -6
|
@@ -134,8 +134,8 @@ export declare class RemoteDebianRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteDebianRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteDebianRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -156,8 +156,8 @@ export declare class RemoteDockerRepository extends pulumi.CustomResource {
|
|
|
156
156
|
*/
|
|
157
157
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
158
158
|
/**
|
|
159
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
160
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
159
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
160
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
161
161
|
*/
|
|
162
162
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
163
163
|
/**
|
|
@@ -342,8 +342,8 @@ export interface RemoteDockerRepositoryState {
|
|
|
342
342
|
*/
|
|
343
343
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
344
344
|
/**
|
|
345
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
346
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
345
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
346
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
347
347
|
*/
|
|
348
348
|
projectKey?: pulumi.Input<string>;
|
|
349
349
|
/**
|
|
@@ -515,8 +515,8 @@ export interface RemoteDockerRepositoryArgs {
|
|
|
515
515
|
*/
|
|
516
516
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
517
517
|
/**
|
|
518
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
519
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
518
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
519
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
520
520
|
*/
|
|
521
521
|
projectKey?: pulumi.Input<string>;
|
|
522
522
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteGemsRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteGemsRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteGemsRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -133,8 +133,8 @@ export declare class RemoteGenericRepository extends pulumi.CustomResource {
|
|
|
133
133
|
*/
|
|
134
134
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
135
135
|
/**
|
|
136
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
137
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
136
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
137
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
138
138
|
*/
|
|
139
139
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
140
140
|
/**
|
|
@@ -301,8 +301,8 @@ export interface RemoteGenericRepositoryState {
|
|
|
301
301
|
*/
|
|
302
302
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
303
303
|
/**
|
|
304
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
305
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
304
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
305
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
306
306
|
*/
|
|
307
307
|
projectKey?: pulumi.Input<string>;
|
|
308
308
|
/**
|
|
@@ -456,8 +456,8 @@ export interface RemoteGenericRepositoryArgs {
|
|
|
456
456
|
*/
|
|
457
457
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
458
458
|
/**
|
|
459
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
460
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
459
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
460
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
461
461
|
*/
|
|
462
462
|
projectKey?: pulumi.Input<string>;
|
|
463
463
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteGitlfsRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteGitlfsRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteGitlfsRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remoteGoRepository.d.ts
CHANGED
|
@@ -135,8 +135,8 @@ export declare class RemoteGoRepository extends pulumi.CustomResource {
|
|
|
135
135
|
*/
|
|
136
136
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
137
137
|
/**
|
|
138
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
139
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
138
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
139
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
140
140
|
*/
|
|
141
141
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
142
142
|
/**
|
|
@@ -307,8 +307,8 @@ export interface RemoteGoRepositoryState {
|
|
|
307
307
|
*/
|
|
308
308
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
309
309
|
/**
|
|
310
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
311
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
310
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
311
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
312
312
|
*/
|
|
313
313
|
projectKey?: pulumi.Input<string>;
|
|
314
314
|
/**
|
|
@@ -466,8 +466,8 @@ export interface RemoteGoRepositoryArgs {
|
|
|
466
466
|
*/
|
|
467
467
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
468
468
|
/**
|
|
469
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
470
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
469
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
470
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
471
471
|
*/
|
|
472
472
|
projectKey?: pulumi.Input<string>;
|
|
473
473
|
/**
|
|
@@ -154,8 +154,8 @@ export declare class RemoteGradleRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
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
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteGradleRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteGradleRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
|
@@ -151,8 +151,8 @@ export declare class RemoteHelmRepository extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
153
153
|
/**
|
|
154
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
155
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
154
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
155
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
156
156
|
*/
|
|
157
157
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
158
158
|
/**
|
|
@@ -333,8 +333,8 @@ export interface RemoteHelmRepositoryState {
|
|
|
333
333
|
*/
|
|
334
334
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
335
335
|
/**
|
|
336
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
337
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
336
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
337
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
338
338
|
*/
|
|
339
339
|
projectKey?: pulumi.Input<string>;
|
|
340
340
|
/**
|
|
@@ -502,8 +502,8 @@ export interface RemoteHelmRepositoryArgs {
|
|
|
502
502
|
*/
|
|
503
503
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
504
504
|
/**
|
|
505
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
506
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
505
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
506
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
507
507
|
*/
|
|
508
508
|
projectKey?: pulumi.Input<string>;
|
|
509
509
|
/**
|
package/remoteIvyRepository.d.ts
CHANGED
|
@@ -154,8 +154,8 @@ export declare class RemoteIvyRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
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
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteIvyRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteIvyRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
|
@@ -154,8 +154,8 @@ export declare class RemoteMavenRepository extends pulumi.CustomResource {
|
|
|
154
154
|
*/
|
|
155
155
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
156
156
|
/**
|
|
157
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
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
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
161
161
|
/**
|
|
@@ -350,8 +350,8 @@ export interface RemoteMavenRepositoryState {
|
|
|
350
350
|
*/
|
|
351
351
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
352
352
|
/**
|
|
353
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
354
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
353
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
354
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
355
355
|
*/
|
|
356
356
|
projectKey?: pulumi.Input<string>;
|
|
357
357
|
/**
|
|
@@ -533,8 +533,8 @@ export interface RemoteMavenRepositoryArgs {
|
|
|
533
533
|
*/
|
|
534
534
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
535
535
|
/**
|
|
536
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
537
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
536
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
537
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
538
538
|
*/
|
|
539
539
|
projectKey?: pulumi.Input<string>;
|
|
540
540
|
/**
|
package/remoteNpmRepository.d.ts
CHANGED
|
@@ -136,8 +136,8 @@ export declare class RemoteNpmRepository extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
138
138
|
/**
|
|
139
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
140
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
140
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
141
141
|
*/
|
|
142
142
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
143
143
|
/**
|
|
@@ -304,8 +304,8 @@ export interface RemoteNpmRepositoryState {
|
|
|
304
304
|
*/
|
|
305
305
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
306
306
|
/**
|
|
307
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
308
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
308
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
309
309
|
*/
|
|
310
310
|
projectKey?: pulumi.Input<string>;
|
|
311
311
|
/**
|
|
@@ -459,8 +459,8 @@ export interface RemoteNpmRepositoryArgs {
|
|
|
459
459
|
*/
|
|
460
460
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
461
461
|
/**
|
|
462
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
463
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
463
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
464
464
|
*/
|
|
465
465
|
projectKey?: pulumi.Input<string>;
|
|
466
466
|
/**
|
|
@@ -151,8 +151,8 @@ export declare class RemoteNugetRepository extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
153
153
|
/**
|
|
154
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
155
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
154
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
155
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
156
156
|
*/
|
|
157
157
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
158
158
|
/**
|
|
@@ -337,8 +337,8 @@ export interface RemoteNugetRepositoryState {
|
|
|
337
337
|
*/
|
|
338
338
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
339
339
|
/**
|
|
340
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
341
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
340
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
341
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
342
342
|
*/
|
|
343
343
|
projectKey?: pulumi.Input<string>;
|
|
344
344
|
/**
|
|
@@ -510,8 +510,8 @@ export interface RemoteNugetRepositoryArgs {
|
|
|
510
510
|
*/
|
|
511
511
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
512
512
|
/**
|
|
513
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
514
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
513
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
514
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
515
515
|
*/
|
|
516
516
|
projectKey?: pulumi.Input<string>;
|
|
517
517
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteOpkgRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteOpkgRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteOpkgRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remoteP2Repository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemoteP2Repository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteP2RepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteP2RepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
package/remotePubRepository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemotePubRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemotePubRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemotePubRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemotePuppetRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemotePuppetRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemotePuppetRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
@@ -136,8 +136,8 @@ export declare class RemotePypiRepository extends pulumi.CustomResource {
|
|
|
136
136
|
*/
|
|
137
137
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
138
138
|
/**
|
|
139
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
140
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
140
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
141
141
|
*/
|
|
142
142
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
143
143
|
/**
|
|
@@ -312,8 +312,8 @@ export interface RemotePypiRepositoryState {
|
|
|
312
312
|
*/
|
|
313
313
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
314
314
|
/**
|
|
315
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
316
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
315
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
316
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
317
317
|
*/
|
|
318
318
|
projectKey?: pulumi.Input<string>;
|
|
319
319
|
/**
|
|
@@ -475,8 +475,8 @@ export interface RemotePypiRepositoryArgs {
|
|
|
475
475
|
*/
|
|
476
476
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
477
|
/**
|
|
478
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
479
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
478
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
479
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
480
480
|
*/
|
|
481
481
|
projectKey?: pulumi.Input<string>;
|
|
482
482
|
/**
|
package/remoteRpmRepository.d.ts
CHANGED
|
@@ -134,8 +134,8 @@ export declare class RemoteRpmRepository extends pulumi.CustomResource {
|
|
|
134
134
|
*/
|
|
135
135
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
136
136
|
/**
|
|
137
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
138
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
137
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
138
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
139
139
|
*/
|
|
140
140
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
141
141
|
/**
|
|
@@ -302,8 +302,8 @@ export interface RemoteRpmRepositoryState {
|
|
|
302
302
|
*/
|
|
303
303
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
304
304
|
/**
|
|
305
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
306
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
305
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
306
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
307
307
|
*/
|
|
308
308
|
projectKey?: pulumi.Input<string>;
|
|
309
309
|
/**
|
|
@@ -457,8 +457,8 @@ export interface RemoteRpmRepositoryArgs {
|
|
|
457
457
|
*/
|
|
458
458
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
459
459
|
/**
|
|
460
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
461
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
460
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
461
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
462
462
|
*/
|
|
463
463
|
projectKey?: pulumi.Input<string>;
|
|
464
464
|
/**
|