@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
@@ -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",
@@ -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",
@@ -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}`,
@@ -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 assigning
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 assigning
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 assigning
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",
@@ -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}`,
@@ -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}`,
@@ -29,7 +29,7 @@ import * as pulumi from "@pulumi/pulumi";
29
29
  * repoLayoutRef: "maven-2-default",
30
30
  * repositories: [
31
31
  * bar.key,
32
- * artifactory_local_maven_repository_baz.key,
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 assigning
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 assigning
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 assigning
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
  /**
@@ -35,7 +35,7 @@ const utilities = require("./utilities");
35
35
  * repoLayoutRef: "maven-2-default",
36
36
  * repositories: [
37
37
  * bar.key,
38
- * artifactory_local_maven_repository_baz.key,
38
+ * baz.key,
39
39
  * ],
40
40
  * });
41
41
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/artifactory",
3
- "version": "v2.5.0",
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.5.0"
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
@@ -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.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/artifactory",
3
- "version": "v2.5.0",
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.5.0"
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
  }
@@ -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("provider_test_source", {
17
- * key: "provider_test_source",
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
- * password: "$var.artifactory_password",
27
- * url: "$var.artifactory_url",
28
- * username: "$var.artifactory_username",
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
  *
@@ -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("provider_test_source", {
22
- * key: "provider_test_source",
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
- * password: "$var.artifactory_password",
32
- * url: "$var.artifactory_url",
33
- * username: "$var.artifactory_username",
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
  *
@@ -1 +1 @@
1
- {"version":3,"file":"pushReplication.js","sourceRoot":"","sources":["../pushReplication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;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"}
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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 assigning
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
  /**