@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
package/alpineRepository.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as artifactory from "@pulumi/artifactory";
|
|
10
|
-
* import * from "fs";
|
|
10
|
+
* import * as fs from "fs";
|
|
11
11
|
*
|
|
12
12
|
* const some_keypairRSA = new artifactory.Keypair("some-keypairRSA", {
|
|
13
13
|
* pairName: "some-keypair",
|
package/alpineRepository.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
-
* import * from "fs";
|
|
16
|
+
* import * as fs from "fs";
|
|
17
17
|
*
|
|
18
18
|
* const some_keypairRSA = new artifactory.Keypair("some-keypairRSA", {
|
|
19
19
|
* pairName: "some-keypair",
|
package/debianRepository.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as artifactory from "@pulumi/artifactory";
|
|
10
|
-
* import * from "fs";
|
|
10
|
+
* import * as fs from "fs";
|
|
11
11
|
*
|
|
12
12
|
* const some_keypairGPG1 = new artifactory.Keypair("some-keypairGPG1", {
|
|
13
13
|
* pairName: `some-keypair${random_id.randid.id}`,
|
package/debianRepository.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
-
* import * from "fs";
|
|
16
|
+
* import * as fs from "fs";
|
|
17
17
|
*
|
|
18
18
|
* const some_keypairGPG1 = new artifactory.Keypair("some-keypairGPG1", {
|
|
19
19
|
* pairName: `some-keypair${random_id.randid.id}`,
|
package/goRepository.d.ts
CHANGED
|
@@ -100,8 +100,8 @@ export declare class GoRepository extends pulumi.CustomResource {
|
|
|
100
100
|
*/
|
|
101
101
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
102
102
|
/**
|
|
103
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
104
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
103
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
104
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
105
105
|
*/
|
|
106
106
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
107
107
|
/**
|
|
@@ -181,8 +181,8 @@ export interface GoRepositoryState {
|
|
|
181
181
|
*/
|
|
182
182
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
183
|
/**
|
|
184
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
185
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
184
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
185
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
186
186
|
*/
|
|
187
187
|
projectKey?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
@@ -250,8 +250,8 @@ export interface GoRepositoryArgs {
|
|
|
250
250
|
*/
|
|
251
251
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
252
252
|
/**
|
|
253
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
254
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
253
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
254
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
255
255
|
*/
|
|
256
256
|
projectKey?: pulumi.Input<string>;
|
|
257
257
|
/**
|
package/keypair.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
12
12
|
* ```typescript
|
|
13
13
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
14
|
* import * as artifactory from "@pulumi/artifactory";
|
|
15
|
-
* import * from "fs";
|
|
15
|
+
* import * as fs from "fs";
|
|
16
16
|
*
|
|
17
17
|
* const some_keypair6543461672124900137 = new artifactory.Keypair("some-keypair6543461672124900137", {
|
|
18
18
|
* pairName: "some-keypair6543461672124900137",
|
package/keypair.js
CHANGED
|
@@ -18,7 +18,7 @@ const utilities = require("./utilities");
|
|
|
18
18
|
* ```typescript
|
|
19
19
|
* import * as pulumi from "@pulumi/pulumi";
|
|
20
20
|
* import * as artifactory from "@pulumi/artifactory";
|
|
21
|
-
* import * from "fs";
|
|
21
|
+
* import * as fs from "fs";
|
|
22
22
|
*
|
|
23
23
|
* const some_keypair6543461672124900137 = new artifactory.Keypair("some-keypair6543461672124900137", {
|
|
24
24
|
* pairName: "some-keypair6543461672124900137",
|
package/localRpmRepository.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as artifactory from "@pulumi/artifactory";
|
|
10
|
-
* import * from "fs";
|
|
10
|
+
* import * as fs from "fs";
|
|
11
11
|
*
|
|
12
12
|
* const some_keypair_gpg_1 = new artifactory.Keypair("some-keypair-gpg-1", {
|
|
13
13
|
* pairName: `some-keypair${random_id.randid.id}`,
|
package/localRpmRepository.js
CHANGED
|
@@ -13,7 +13,7 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as artifactory from "@pulumi/artifactory";
|
|
16
|
-
* import * from "fs";
|
|
16
|
+
* import * as fs from "fs";
|
|
17
17
|
*
|
|
18
18
|
* const some_keypair_gpg_1 = new artifactory.Keypair("some-keypair-gpg-1", {
|
|
19
19
|
* pairName: `some-keypair${random_id.randid.id}`,
|
package/mavenRepository.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
29
29
|
* repoLayoutRef: "maven-2-default",
|
|
30
30
|
* repositories: [
|
|
31
31
|
* bar.key,
|
|
32
|
-
*
|
|
32
|
+
* baz.key,
|
|
33
33
|
* ],
|
|
34
34
|
* });
|
|
35
35
|
* ```
|
|
@@ -112,8 +112,8 @@ export declare class MavenRepository extends pulumi.CustomResource {
|
|
|
112
112
|
*/
|
|
113
113
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
114
114
|
/**
|
|
115
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
116
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
115
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
116
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
117
117
|
*/
|
|
118
118
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
119
119
|
/**
|
|
@@ -196,8 +196,8 @@ export interface MavenRepositoryState {
|
|
|
196
196
|
*/
|
|
197
197
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
198
|
/**
|
|
199
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
200
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
199
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
200
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
201
201
|
*/
|
|
202
202
|
projectKey?: pulumi.Input<string>;
|
|
203
203
|
/**
|
|
@@ -268,8 +268,8 @@ export interface MavenRepositoryArgs {
|
|
|
268
268
|
*/
|
|
269
269
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
270
270
|
/**
|
|
271
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
272
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
271
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
272
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
273
273
|
*/
|
|
274
274
|
projectKey?: pulumi.Input<string>;
|
|
275
275
|
/**
|
package/mavenRepository.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.6.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource artifactory v2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource artifactory v2.6.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"typescript": "^4.3.5"
|
|
23
23
|
},
|
|
24
24
|
"pulumi": {
|
|
25
|
-
"resource": true
|
|
25
|
+
"resource": true,
|
|
26
|
+
"name": "artifactory"
|
|
26
27
|
}
|
|
27
28
|
}
|
package/package.json.bak
CHANGED
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/artifactory",
|
|
3
|
-
"version": "v2.
|
|
3
|
+
"version": "v2.6.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing artifactory cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource artifactory v2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource artifactory v2.6.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"typescript": "^4.3.5"
|
|
23
23
|
},
|
|
24
24
|
"pulumi": {
|
|
25
|
-
"resource": true
|
|
25
|
+
"resource": true,
|
|
26
|
+
"name": "artifactory"
|
|
26
27
|
}
|
|
27
28
|
}
|
package/pushReplication.d.ts
CHANGED
|
@@ -12,22 +12,23 @@ import { input as inputs, output as outputs } from "./types";
|
|
|
12
12
|
* import * as pulumi from "@pulumi/pulumi";
|
|
13
13
|
* import * as artifactory from "@pulumi/artifactory";
|
|
14
14
|
*
|
|
15
|
+
* const config = new pulumi.Config();
|
|
16
|
+
* const artifactoryUrl = config.require("artifactoryUrl");
|
|
17
|
+
* const artifactoryUsername = config.require("artifactoryUsername");
|
|
18
|
+
* const artifactoryPassword = config.require("artifactoryPassword");
|
|
15
19
|
* // Create a replication between two artifactory local repositories
|
|
16
|
-
* const providerTestSource = new artifactory.LocalMavenRepository("
|
|
17
|
-
*
|
|
18
|
-
* });
|
|
19
|
-
* const providerTestDest = new artifactory.LocalMavenRepository("provider_test_dest", {
|
|
20
|
-
* key: "provider_test_dest",
|
|
21
|
-
* });
|
|
20
|
+
* const providerTestSource = new artifactory.LocalMavenRepository("providerTestSource", {key: "provider_test_source"});
|
|
21
|
+
* const providerTestDest = new artifactory.LocalMavenRepository("providerTestDest", {key: "provider_test_dest"});
|
|
22
22
|
* const foo_rep = new artifactory.PushReplication("foo-rep", {
|
|
23
|
+
* repoKey: providerTestSource.key,
|
|
23
24
|
* cronExp: "0 0 * * * ?",
|
|
24
25
|
* enableEventReplication: true,
|
|
25
26
|
* replications: [{
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
27
|
+
* url: pulumi.interpolate`${artifactoryUrl}/${providerTestDest.key}`,
|
|
28
|
+
* username: `$var.artifactory_username`,
|
|
29
|
+
* password: `$var.artifactory_password`,
|
|
30
|
+
* enabled: true,
|
|
29
31
|
* }],
|
|
30
|
-
* repoKey: providerTestSource.key,
|
|
31
32
|
* });
|
|
32
33
|
* ```
|
|
33
34
|
*
|
package/pushReplication.js
CHANGED
|
@@ -17,22 +17,23 @@ const utilities = require("./utilities");
|
|
|
17
17
|
* import * as pulumi from "@pulumi/pulumi";
|
|
18
18
|
* import * as artifactory from "@pulumi/artifactory";
|
|
19
19
|
*
|
|
20
|
+
* const config = new pulumi.Config();
|
|
21
|
+
* const artifactoryUrl = config.require("artifactoryUrl");
|
|
22
|
+
* const artifactoryUsername = config.require("artifactoryUsername");
|
|
23
|
+
* const artifactoryPassword = config.require("artifactoryPassword");
|
|
20
24
|
* // Create a replication between two artifactory local repositories
|
|
21
|
-
* const providerTestSource = new artifactory.LocalMavenRepository("
|
|
22
|
-
*
|
|
23
|
-
* });
|
|
24
|
-
* const providerTestDest = new artifactory.LocalMavenRepository("provider_test_dest", {
|
|
25
|
-
* key: "provider_test_dest",
|
|
26
|
-
* });
|
|
25
|
+
* const providerTestSource = new artifactory.LocalMavenRepository("providerTestSource", {key: "provider_test_source"});
|
|
26
|
+
* const providerTestDest = new artifactory.LocalMavenRepository("providerTestDest", {key: "provider_test_dest"});
|
|
27
27
|
* const foo_rep = new artifactory.PushReplication("foo-rep", {
|
|
28
|
+
* repoKey: providerTestSource.key,
|
|
28
29
|
* cronExp: "0 0 * * * ?",
|
|
29
30
|
* enableEventReplication: true,
|
|
30
31
|
* replications: [{
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
32
|
+
* url: pulumi.interpolate`${artifactoryUrl}/${providerTestDest.key}`,
|
|
33
|
+
* username: `$var.artifactory_username`,
|
|
34
|
+
* password: `$var.artifactory_password`,
|
|
35
|
+
* enabled: true,
|
|
34
36
|
* }],
|
|
35
|
-
* repoKey: providerTestSource.key,
|
|
36
37
|
* });
|
|
37
38
|
* ```
|
|
38
39
|
*
|
package/pushReplication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pushReplication.js","sourceRoot":"","sources":["../pushReplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"pushReplication.js","sourceRoot":"","sources":["../pushReplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,MAAa,eAAgB,SAAQ,MAAM,CAAC,cAAc;IA4CtD,YAAY,IAAY,EAAE,WAAwD,EAAE,IAAmC;QACnH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA+C,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5F,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAA8C,CAAC;YAC5D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,eAAe,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IAnED;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA4B,EAAE,IAAmC;QAC1H,OAAO,IAAI,eAAe,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACtE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,eAAe,CAAC,YAAY,CAAC;IAChE,CAAC;;AA1BL,0CAqEC;AAvDG,gBAAgB;AACO,4BAAY,GAAG,mDAAmD,CAAC"}
|
|
@@ -134,8 +134,8 @@ export declare class RemoteAlpineRepository 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 RemoteAlpineRepositoryState {
|
|
|
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 RemoteAlpineRepositoryArgs {
|
|
|
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
|
/**
|
|
@@ -139,8 +139,8 @@ export declare class RemoteBowerRepository extends pulumi.CustomResource {
|
|
|
139
139
|
*/
|
|
140
140
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
141
141
|
/**
|
|
142
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
143
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
142
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
143
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
144
144
|
*/
|
|
145
145
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
146
146
|
/**
|
|
@@ -320,8 +320,8 @@ export interface RemoteBowerRepositoryState {
|
|
|
320
320
|
*/
|
|
321
321
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
322
322
|
/**
|
|
323
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
324
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
323
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
324
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
325
325
|
*/
|
|
326
326
|
projectKey?: pulumi.Input<string>;
|
|
327
327
|
/**
|
|
@@ -488,8 +488,8 @@ export interface RemoteBowerRepositoryArgs {
|
|
|
488
488
|
*/
|
|
489
489
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
490
490
|
/**
|
|
491
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
492
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
491
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
492
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
493
493
|
*/
|
|
494
494
|
projectKey?: pulumi.Input<string>;
|
|
495
495
|
/**
|
|
@@ -148,8 +148,8 @@ export declare class RemoteCargoRepository extends pulumi.CustomResource {
|
|
|
148
148
|
*/
|
|
149
149
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
150
150
|
/**
|
|
151
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
152
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
151
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
152
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
153
153
|
*/
|
|
154
154
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
155
155
|
/**
|
|
@@ -324,8 +324,8 @@ export interface RemoteCargoRepositoryState {
|
|
|
324
324
|
*/
|
|
325
325
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
326
326
|
/**
|
|
327
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
328
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
327
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
328
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
329
329
|
*/
|
|
330
330
|
projectKey?: pulumi.Input<string>;
|
|
331
331
|
/**
|
|
@@ -487,8 +487,8 @@ export interface RemoteCargoRepositoryArgs {
|
|
|
487
487
|
*/
|
|
488
488
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
489
489
|
/**
|
|
490
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
491
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
490
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
491
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
492
492
|
*/
|
|
493
493
|
projectKey?: pulumi.Input<string>;
|
|
494
494
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteChefRepository 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 RemoteChefRepositoryState {
|
|
|
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 RemoteChefRepositoryArgs {
|
|
|
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
|
/**
|
|
@@ -140,8 +140,8 @@ export declare class RemoteCocoapodsRepository extends pulumi.CustomResource {
|
|
|
140
140
|
*/
|
|
141
141
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
142
142
|
/**
|
|
143
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
144
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
143
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
144
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
145
145
|
*/
|
|
146
146
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
147
147
|
/**
|
|
@@ -321,8 +321,8 @@ export interface RemoteCocoapodsRepositoryState {
|
|
|
321
321
|
*/
|
|
322
322
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
323
323
|
/**
|
|
324
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
325
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
324
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
325
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
326
326
|
*/
|
|
327
327
|
projectKey?: pulumi.Input<string>;
|
|
328
328
|
/**
|
|
@@ -489,8 +489,8 @@ export interface RemoteCocoapodsRepositoryArgs {
|
|
|
489
489
|
*/
|
|
490
490
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
491
491
|
/**
|
|
492
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
493
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
492
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
493
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
494
494
|
*/
|
|
495
495
|
projectKey?: pulumi.Input<string>;
|
|
496
496
|
/**
|
|
@@ -139,8 +139,8 @@ export declare class RemoteComposerRepository extends pulumi.CustomResource {
|
|
|
139
139
|
*/
|
|
140
140
|
readonly projectEnvironments: pulumi.Output<string[] | undefined>;
|
|
141
141
|
/**
|
|
142
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
143
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
142
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
143
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
144
144
|
*/
|
|
145
145
|
readonly projectKey: pulumi.Output<string | undefined>;
|
|
146
146
|
/**
|
|
@@ -320,8 +320,8 @@ export interface RemoteComposerRepositoryState {
|
|
|
320
320
|
*/
|
|
321
321
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
322
322
|
/**
|
|
323
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
324
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
323
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
324
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
325
325
|
*/
|
|
326
326
|
projectKey?: pulumi.Input<string>;
|
|
327
327
|
/**
|
|
@@ -488,8 +488,8 @@ export interface RemoteComposerRepositoryArgs {
|
|
|
488
488
|
*/
|
|
489
489
|
projectEnvironments?: pulumi.Input<pulumi.Input<string>[]>;
|
|
490
490
|
/**
|
|
491
|
-
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric characters. When
|
|
492
|
-
* repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
491
|
+
* Project key for assigning this repository to. Must be 3 - 10 lowercase alphanumeric and hyphen characters. When
|
|
492
|
+
* assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
|
|
493
493
|
*/
|
|
494
494
|
projectKey?: pulumi.Input<string>;
|
|
495
495
|
/**
|
|
@@ -134,8 +134,8 @@ export declare class RemoteConanRepository 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 RemoteConanRepositoryState {
|
|
|
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 RemoteConanRepositoryArgs {
|
|
|
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 RemoteCondaRepository 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 RemoteCondaRepositoryState {
|
|
|
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 RemoteCondaRepositoryArgs {
|
|
|
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 RemoteCranRepository 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 RemoteCranRepositoryState {
|
|
|
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 RemoteCranRepositoryArgs {
|
|
|
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
|
/**
|