@pulumi/artifactory 8.7.1 → 8.7.2

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 (159) hide show
  1. package/alpineRepository.d.ts +18 -35
  2. package/alpineRepository.js +0 -6
  3. package/alpineRepository.js.map +1 -1
  4. package/debianRepository.d.ts +24 -32
  5. package/debianRepository.js +2 -4
  6. package/debianRepository.js.map +1 -1
  7. package/dockerV1Repository.d.ts +17 -32
  8. package/dockerV1Repository.js +1 -5
  9. package/dockerV1Repository.js.map +1 -1
  10. package/dockerV2Repository.d.ts +21 -35
  11. package/dockerV2Repository.js +0 -4
  12. package/dockerV2Repository.js.map +1 -1
  13. package/localAnsibleRepository.d.ts +20 -37
  14. package/localAnsibleRepository.js +0 -4
  15. package/localAnsibleRepository.js.map +1 -1
  16. package/localCargoRepository.d.ts +19 -36
  17. package/localCargoRepository.js +0 -6
  18. package/localCargoRepository.js.map +1 -1
  19. package/localConanRepository.d.ts +18 -32
  20. package/localConanRepository.js +0 -4
  21. package/localConanRepository.js.map +1 -1
  22. package/localGradleRepository.d.ts +23 -37
  23. package/localGradleRepository.js +0 -4
  24. package/localGradleRepository.js.map +1 -1
  25. package/localHelmociRepository.d.ts +19 -33
  26. package/localHelmociRepository.js +0 -4
  27. package/localHelmociRepository.js.map +1 -1
  28. package/localIvyRepository.d.ts +35 -49
  29. package/localIvyRepository.js +0 -4
  30. package/localIvyRepository.js.map +1 -1
  31. package/localMavenRepository.d.ts +23 -37
  32. package/localMavenRepository.js +0 -4
  33. package/localMavenRepository.js.map +1 -1
  34. package/localNugetRepository.d.ts +19 -33
  35. package/localNugetRepository.js +0 -4
  36. package/localNugetRepository.js.map +1 -1
  37. package/localOciRepository.d.ts +19 -33
  38. package/localOciRepository.js +0 -4
  39. package/localOciRepository.js.map +1 -1
  40. package/localRpmRepository.d.ts +21 -35
  41. package/localRpmRepository.js +0 -4
  42. package/localRpmRepository.js.map +1 -1
  43. package/localSbtRepository.d.ts +35 -49
  44. package/localSbtRepository.js +0 -4
  45. package/localSbtRepository.js.map +1 -1
  46. package/localTerraformModuleRepository.d.ts +17 -31
  47. package/localTerraformModuleRepository.js +0 -4
  48. package/localTerraformModuleRepository.js.map +1 -1
  49. package/localTerraformProviderRepository.d.ts +17 -31
  50. package/localTerraformProviderRepository.js +0 -4
  51. package/localTerraformProviderRepository.js.map +1 -1
  52. package/package.json +2 -2
  53. package/remoteAlpineRepository.d.ts +63 -59
  54. package/remoteAlpineRepository.js +3 -2
  55. package/remoteAlpineRepository.js.map +1 -1
  56. package/remoteAnsibleRepository.d.ts +62 -58
  57. package/remoteAnsibleRepository.js +0 -2
  58. package/remoteAnsibleRepository.js.map +1 -1
  59. package/remoteBowerRepository.d.ts +65 -61
  60. package/remoteBowerRepository.js +3 -2
  61. package/remoteBowerRepository.js.map +1 -1
  62. package/remoteCargoRepository.d.ts +65 -61
  63. package/remoteCargoRepository.js +3 -2
  64. package/remoteCargoRepository.js.map +1 -1
  65. package/remoteChefRepository.d.ts +63 -59
  66. package/remoteChefRepository.js +3 -2
  67. package/remoteChefRepository.js.map +1 -1
  68. package/remoteCocoapodsRepository.d.ts +65 -61
  69. package/remoteCocoapodsRepository.js +3 -2
  70. package/remoteCocoapodsRepository.js.map +1 -1
  71. package/remoteComposerRepository.d.ts +65 -61
  72. package/remoteComposerRepository.js +3 -2
  73. package/remoteComposerRepository.js.map +1 -1
  74. package/remoteConanRepository.d.ts +65 -61
  75. package/remoteConanRepository.js +3 -2
  76. package/remoteConanRepository.js.map +1 -1
  77. package/remoteCondaRepository.d.ts +63 -59
  78. package/remoteCondaRepository.js +3 -2
  79. package/remoteCondaRepository.js.map +1 -1
  80. package/remoteCranRepository.d.ts +63 -59
  81. package/remoteCranRepository.js +3 -2
  82. package/remoteCranRepository.js.map +1 -1
  83. package/remoteDebianRepository.d.ts +63 -59
  84. package/remoteDebianRepository.js +3 -2
  85. package/remoteDebianRepository.js.map +1 -1
  86. package/remoteDockerRepository.d.ts +70 -84
  87. package/remoteDockerRepository.js +3 -2
  88. package/remoteDockerRepository.js.map +1 -1
  89. package/remoteGemsRepository.d.ts +66 -62
  90. package/remoteGemsRepository.js +3 -2
  91. package/remoteGemsRepository.js.map +1 -1
  92. package/remoteGenericRepository.d.ts +65 -61
  93. package/remoteGenericRepository.js +3 -2
  94. package/remoteGenericRepository.js.map +1 -1
  95. package/remoteGitlfsRepository.d.ts +63 -59
  96. package/remoteGitlfsRepository.js +3 -2
  97. package/remoteGitlfsRepository.js.map +1 -1
  98. package/remoteGoRepository.d.ts +89 -61
  99. package/remoteGoRepository.js +7 -2
  100. package/remoteGoRepository.js.map +1 -1
  101. package/remoteGradleRepository.d.ts +72 -68
  102. package/remoteGradleRepository.js +3 -2
  103. package/remoteGradleRepository.js.map +1 -1
  104. package/remoteHelmRepository.d.ts +65 -61
  105. package/remoteHelmRepository.js +3 -2
  106. package/remoteHelmRepository.js.map +1 -1
  107. package/remoteHelmociRepository.d.ts +66 -62
  108. package/remoteHelmociRepository.js +3 -2
  109. package/remoteHelmociRepository.js.map +1 -1
  110. package/remoteHuggingfacemlRepository.d.ts +63 -59
  111. package/remoteHuggingfacemlRepository.js +0 -2
  112. package/remoteHuggingfacemlRepository.js.map +1 -1
  113. package/remoteIvyRepository.d.ts +71 -67
  114. package/remoteIvyRepository.js +3 -2
  115. package/remoteIvyRepository.js.map +1 -1
  116. package/remoteMavenRepository.d.ts +72 -68
  117. package/remoteMavenRepository.js +3 -2
  118. package/remoteMavenRepository.js.map +1 -1
  119. package/remoteNpmRepository.d.ts +63 -59
  120. package/remoteNpmRepository.js +0 -2
  121. package/remoteNpmRepository.js.map +1 -1
  122. package/remoteNugetRepository.d.ts +69 -65
  123. package/remoteNugetRepository.js +3 -2
  124. package/remoteNugetRepository.js.map +1 -1
  125. package/remoteOciRepository.d.ts +66 -62
  126. package/remoteOciRepository.js +3 -2
  127. package/remoteOciRepository.js.map +1 -1
  128. package/remoteOpkgRepository.d.ts +63 -59
  129. package/remoteOpkgRepository.js +3 -2
  130. package/remoteOpkgRepository.js.map +1 -1
  131. package/remoteP2Repository.d.ts +63 -59
  132. package/remoteP2Repository.js +3 -2
  133. package/remoteP2Repository.js.map +1 -1
  134. package/remotePubRepository.d.ts +63 -59
  135. package/remotePubRepository.js +3 -2
  136. package/remotePubRepository.js.map +1 -1
  137. package/remotePuppetRepository.d.ts +63 -59
  138. package/remotePuppetRepository.js +3 -2
  139. package/remotePuppetRepository.js.map +1 -1
  140. package/remotePypiRepository.d.ts +66 -62
  141. package/remotePypiRepository.js +3 -2
  142. package/remotePypiRepository.js.map +1 -1
  143. package/remoteRpmRepository.d.ts +63 -59
  144. package/remoteRpmRepository.js +3 -2
  145. package/remoteRpmRepository.js.map +1 -1
  146. package/remoteSbtRepository.d.ts +71 -67
  147. package/remoteSbtRepository.js +3 -2
  148. package/remoteSbtRepository.js.map +1 -1
  149. package/remoteSwiftRepository.d.ts +63 -59
  150. package/remoteSwiftRepository.js +3 -2
  151. package/remoteSwiftRepository.js.map +1 -1
  152. package/remoteTerraformRepository.d.ts +65 -61
  153. package/remoteTerraformRepository.js +3 -2
  154. package/remoteTerraformRepository.js.map +1 -1
  155. package/remoteVcsRepository.d.ts +65 -61
  156. package/remoteVcsRepository.js +3 -2
  157. package/remoteVcsRepository.js.map +1 -1
  158. package/repositoryLayout.d.ts +1 -1
  159. package/types/output.d.ts +140 -140
@@ -40,50 +40,45 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
40
40
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
41
41
  * security (e.g., cross-site scripting attacks).
42
42
  */
43
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
43
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
44
44
  /**
45
45
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
46
46
  */
47
- readonly blackedOut: pulumi.Output<boolean | undefined>;
48
- /**
49
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
50
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
51
- */
52
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
47
+ readonly blackedOut: pulumi.Output<boolean>;
53
48
  /**
54
49
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
55
50
  * conflicts with the locally calculated checksum (bad checksum). Options are: "client-checksums", or
56
51
  * "server-generated-checksums". Default: "client-checksums"\n For more details, please refer to Checksum Policy -
57
52
  * https://www.jfrog.com/confluence/display/JFROG/Local+Repositories#LocalRepositories-ChecksumPolicy
58
53
  */
59
- readonly checksumPolicyType: pulumi.Output<string | undefined>;
54
+ readonly checksumPolicyType: pulumi.Output<string>;
60
55
  /**
61
56
  * Public description.
62
57
  */
63
- readonly description: pulumi.Output<string | undefined>;
58
+ readonly description: pulumi.Output<string>;
64
59
  /**
65
60
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
66
61
  * storage provider. Available in Enterprise+ and Edge licenses only.
67
62
  */
68
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
63
+ readonly downloadDirect: pulumi.Output<boolean>;
69
64
  /**
70
65
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
71
66
  * artifacts are excluded.
72
67
  */
73
- readonly excludesPattern: pulumi.Output<string | undefined>;
68
+ readonly excludesPattern: pulumi.Output<string>;
74
69
  /**
75
70
  * If set, Artifactory allows you to deploy release artifacts into this repository.
76
71
  */
77
- readonly handleReleases: pulumi.Output<boolean | undefined>;
72
+ readonly handleReleases: pulumi.Output<boolean>;
78
73
  /**
79
74
  * If set, Artifactory allows you to deploy snapshot artifacts into this repository.
80
75
  */
81
- readonly handleSnapshots: pulumi.Output<boolean | undefined>;
76
+ readonly handleSnapshots: pulumi.Output<boolean>;
82
77
  /**
83
78
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
84
79
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
85
80
  */
86
- readonly includesPattern: pulumi.Output<string | undefined>;
81
+ readonly includesPattern: pulumi.Output<string>;
87
82
  /**
88
83
  * the identity key of the repo.
89
84
  */
@@ -92,48 +87,48 @@ export declare class LocalSbtRepository extends pulumi.CustomResource {
92
87
  * The maximum number of unique snapshots of a single artifact to store. Once the number of snapshots exceeds this setting,
93
88
  * older versions are removed. A value of 0 (default) indicates there is no limit, and unique snapshots are not cleaned up.
94
89
  */
95
- readonly maxUniqueSnapshots: pulumi.Output<number | undefined>;
90
+ readonly maxUniqueSnapshots: pulumi.Output<number>;
96
91
  /**
97
92
  * Internal description.
98
93
  */
99
- readonly notes: pulumi.Output<string | undefined>;
100
- readonly packageType: pulumi.Output<string>;
94
+ readonly notes: pulumi.Output<string>;
101
95
  /**
102
96
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
103
97
  */
104
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
98
+ readonly priorityResolution: pulumi.Output<boolean>;
105
99
  readonly projectEnvironments: pulumi.Output<string[]>;
106
100
  /**
107
101
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
108
102
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
109
103
  */
110
- readonly projectKey: pulumi.Output<string | undefined>;
104
+ readonly projectKey: pulumi.Output<string>;
111
105
  /**
112
106
  * List of property set name
113
107
  */
114
108
  readonly propertySets: pulumi.Output<string[] | undefined>;
115
109
  /**
116
- * Repository layout key for the local repository
110
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
111
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
117
112
  */
118
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
113
+ readonly repoLayoutRef: pulumi.Output<string>;
119
114
  /**
120
- * Specifies the naming convention for Maven SNAPSHOT versions. The options are - unique: Version number is based on a
121
- * time-stamp (default) non-unique: Version number uses a self-overriding naming pattern of
122
- * artifactId-version-SNAPSHOT.type deployer: Respects the settings in the Maven client that is deploying the artifact.
115
+ * Specifies the naming convention for Maven SNAPSHOT versions. The options are - `unique`: Version number is based on a
116
+ * time-stamp (default), `non-unique`: Version number uses a self-overriding naming pattern of
117
+ * artifactId-version-SNAPSHOT.type, `deployer`: Respects the settings in the Maven client that is deploying the artifact.
123
118
  */
124
- readonly snapshotVersionBehavior: pulumi.Output<string | undefined>;
119
+ readonly snapshotVersionBehavior: pulumi.Output<string>;
125
120
  /**
126
121
  * By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
127
122
  * groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
128
- * deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
123
+ * deployment with a `409 Conflict` error. You can disable this behavior by setting the Suppress POM Consistency Checks
129
124
  * checkbox.
130
125
  */
131
- readonly suppressPomConsistencyChecks: pulumi.Output<boolean | undefined>;
126
+ readonly suppressPomConsistencyChecks: pulumi.Output<boolean>;
132
127
  /**
133
128
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
134
129
  * Xray settings.
135
130
  */
136
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
131
+ readonly xrayIndex: pulumi.Output<boolean>;
137
132
  /**
138
133
  * Create a LocalSbtRepository resource with the given unique name, arguments, and options.
139
134
  *
@@ -157,11 +152,6 @@ export interface LocalSbtRepositoryState {
157
152
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
158
153
  */
159
154
  blackedOut?: pulumi.Input<boolean>;
160
- /**
161
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
162
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
163
- */
164
- cdnRedirect?: pulumi.Input<boolean>;
165
155
  /**
166
156
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
167
157
  * conflicts with the locally calculated checksum (bad checksum). Options are: "client-checksums", or
@@ -209,7 +199,6 @@ export interface LocalSbtRepositoryState {
209
199
  * Internal description.
210
200
  */
211
201
  notes?: pulumi.Input<string>;
212
- packageType?: pulumi.Input<string>;
213
202
  /**
214
203
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
215
204
  */
@@ -225,19 +214,20 @@ export interface LocalSbtRepositoryState {
225
214
  */
226
215
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
227
216
  /**
228
- * Repository layout key for the local repository
217
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
218
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
229
219
  */
230
220
  repoLayoutRef?: pulumi.Input<string>;
231
221
  /**
232
- * Specifies the naming convention for Maven SNAPSHOT versions. The options are - unique: Version number is based on a
233
- * time-stamp (default) non-unique: Version number uses a self-overriding naming pattern of
234
- * artifactId-version-SNAPSHOT.type deployer: Respects the settings in the Maven client that is deploying the artifact.
222
+ * Specifies the naming convention for Maven SNAPSHOT versions. The options are - `unique`: Version number is based on a
223
+ * time-stamp (default), `non-unique`: Version number uses a self-overriding naming pattern of
224
+ * artifactId-version-SNAPSHOT.type, `deployer`: Respects the settings in the Maven client that is deploying the artifact.
235
225
  */
236
226
  snapshotVersionBehavior?: pulumi.Input<string>;
237
227
  /**
238
228
  * By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
239
229
  * groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
240
- * deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
230
+ * deployment with a `409 Conflict` error. You can disable this behavior by setting the Suppress POM Consistency Checks
241
231
  * checkbox.
242
232
  */
243
233
  suppressPomConsistencyChecks?: pulumi.Input<boolean>;
@@ -261,11 +251,6 @@ export interface LocalSbtRepositoryArgs {
261
251
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
262
252
  */
263
253
  blackedOut?: pulumi.Input<boolean>;
264
- /**
265
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
266
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
267
- */
268
- cdnRedirect?: pulumi.Input<boolean>;
269
254
  /**
270
255
  * Checksum policy determines how Artifactory behaves when a client checksum for a deployed resource is missing or
271
256
  * conflicts with the locally calculated checksum (bad checksum). Options are: "client-checksums", or
@@ -328,19 +313,20 @@ export interface LocalSbtRepositoryArgs {
328
313
  */
329
314
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
330
315
  /**
331
- * Repository layout key for the local repository
316
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
317
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
332
318
  */
333
319
  repoLayoutRef?: pulumi.Input<string>;
334
320
  /**
335
- * Specifies the naming convention for Maven SNAPSHOT versions. The options are - unique: Version number is based on a
336
- * time-stamp (default) non-unique: Version number uses a self-overriding naming pattern of
337
- * artifactId-version-SNAPSHOT.type deployer: Respects the settings in the Maven client that is deploying the artifact.
321
+ * Specifies the naming convention for Maven SNAPSHOT versions. The options are - `unique`: Version number is based on a
322
+ * time-stamp (default), `non-unique`: Version number uses a self-overriding naming pattern of
323
+ * artifactId-version-SNAPSHOT.type, `deployer`: Respects the settings in the Maven client that is deploying the artifact.
338
324
  */
339
325
  snapshotVersionBehavior?: pulumi.Input<string>;
340
326
  /**
341
327
  * By default, Artifactory keeps your repositories healthy by refusing POMs with incorrect coordinates (path). If the
342
328
  * groupId:artifactId:version information inside the POM does not match the deployed path, Artifactory rejects the
343
- * deployment with a "409 Conflict" error. You can disable this behavior by setting the Suppress POM Consistency Checks
329
+ * deployment with a `409 Conflict` error. You can disable this behavior by setting the Suppress POM Consistency Checks
344
330
  * checkbox.
345
331
  */
346
332
  suppressPomConsistencyChecks?: pulumi.Input<boolean>;
@@ -55,7 +55,6 @@ class LocalSbtRepository extends pulumi.CustomResource {
55
55
  const state = argsOrState;
56
56
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
57
57
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
58
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
59
58
  resourceInputs["checksumPolicyType"] = state ? state.checksumPolicyType : undefined;
60
59
  resourceInputs["description"] = state ? state.description : undefined;
61
60
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
@@ -66,7 +65,6 @@ class LocalSbtRepository extends pulumi.CustomResource {
66
65
  resourceInputs["key"] = state ? state.key : undefined;
67
66
  resourceInputs["maxUniqueSnapshots"] = state ? state.maxUniqueSnapshots : undefined;
68
67
  resourceInputs["notes"] = state ? state.notes : undefined;
69
- resourceInputs["packageType"] = state ? state.packageType : undefined;
70
68
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
71
69
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
72
70
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -83,7 +81,6 @@ class LocalSbtRepository extends pulumi.CustomResource {
83
81
  }
84
82
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
85
83
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
86
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
87
84
  resourceInputs["checksumPolicyType"] = args ? args.checksumPolicyType : undefined;
88
85
  resourceInputs["description"] = args ? args.description : undefined;
89
86
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
@@ -102,7 +99,6 @@ class LocalSbtRepository extends pulumi.CustomResource {
102
99
  resourceInputs["snapshotVersionBehavior"] = args ? args.snapshotVersionBehavior : undefined;
103
100
  resourceInputs["suppressPomConsistencyChecks"] = args ? args.suppressPomConsistencyChecks : undefined;
104
101
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
105
- resourceInputs["packageType"] = undefined /*out*/;
106
102
  }
107
103
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
108
104
  super(LocalSbtRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localSbtRepository.js","sourceRoot":"","sources":["../localSbtRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localSbtRepository.js","sourceRoot":"","sources":["../localSbtRepository.ts"],"names":[],"mappings":"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"}
@@ -38,35 +38,30 @@ export declare class LocalTerraformModuleRepository extends pulumi.CustomResourc
38
38
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
39
39
  * security (e.g., cross-site scripting attacks).
40
40
  */
41
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
41
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
42
42
  /**
43
43
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
44
44
  */
45
- readonly blackedOut: pulumi.Output<boolean | undefined>;
46
- /**
47
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
48
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
49
- */
50
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
45
+ readonly blackedOut: pulumi.Output<boolean>;
51
46
  /**
52
47
  * Public description.
53
48
  */
54
- readonly description: pulumi.Output<string | undefined>;
49
+ readonly description: pulumi.Output<string>;
55
50
  /**
56
51
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
57
52
  * storage provider. Available in Enterprise+ and Edge licenses only.
58
53
  */
59
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
54
+ readonly downloadDirect: pulumi.Output<boolean>;
60
55
  /**
61
56
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
62
57
  * artifacts are excluded.
63
58
  */
64
- readonly excludesPattern: pulumi.Output<string | undefined>;
59
+ readonly excludesPattern: pulumi.Output<string>;
65
60
  /**
66
61
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
67
62
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
68
63
  */
69
- readonly includesPattern: pulumi.Output<string | undefined>;
64
+ readonly includesPattern: pulumi.Output<string>;
70
65
  /**
71
66
  * the identity key of the repo.
72
67
  */
@@ -74,31 +69,31 @@ export declare class LocalTerraformModuleRepository extends pulumi.CustomResourc
74
69
  /**
75
70
  * Internal description.
76
71
  */
77
- readonly notes: pulumi.Output<string | undefined>;
78
- readonly packageType: pulumi.Output<string>;
72
+ readonly notes: pulumi.Output<string>;
79
73
  /**
80
74
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
81
75
  */
82
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
76
+ readonly priorityResolution: pulumi.Output<boolean>;
83
77
  readonly projectEnvironments: pulumi.Output<string[]>;
84
78
  /**
85
79
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
86
80
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
87
81
  */
88
- readonly projectKey: pulumi.Output<string | undefined>;
82
+ readonly projectKey: pulumi.Output<string>;
89
83
  /**
90
84
  * List of property set name
91
85
  */
92
86
  readonly propertySets: pulumi.Output<string[] | undefined>;
93
87
  /**
94
- * Repository layout key for the local repository
88
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
89
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
95
90
  */
96
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
91
+ readonly repoLayoutRef: pulumi.Output<string>;
97
92
  /**
98
93
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
99
94
  * Xray settings.
100
95
  */
101
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
96
+ readonly xrayIndex: pulumi.Output<boolean>;
102
97
  /**
103
98
  * Create a LocalTerraformModuleRepository resource with the given unique name, arguments, and options.
104
99
  *
@@ -122,11 +117,6 @@ export interface LocalTerraformModuleRepositoryState {
122
117
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
123
118
  */
124
119
  blackedOut?: pulumi.Input<boolean>;
125
- /**
126
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
127
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
128
- */
129
- cdnRedirect?: pulumi.Input<boolean>;
130
120
  /**
131
121
  * Public description.
132
122
  */
@@ -154,7 +144,6 @@ export interface LocalTerraformModuleRepositoryState {
154
144
  * Internal description.
155
145
  */
156
146
  notes?: pulumi.Input<string>;
157
- packageType?: pulumi.Input<string>;
158
147
  /**
159
148
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
160
149
  */
@@ -170,7 +159,8 @@ export interface LocalTerraformModuleRepositoryState {
170
159
  */
171
160
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
172
161
  /**
173
- * Repository layout key for the local repository
162
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
163
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
174
164
  */
175
165
  repoLayoutRef?: pulumi.Input<string>;
176
166
  /**
@@ -193,11 +183,6 @@ export interface LocalTerraformModuleRepositoryArgs {
193
183
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
194
184
  */
195
185
  blackedOut?: pulumi.Input<boolean>;
196
- /**
197
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
198
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
199
- */
200
- cdnRedirect?: pulumi.Input<boolean>;
201
186
  /**
202
187
  * Public description.
203
188
  */
@@ -240,7 +225,8 @@ export interface LocalTerraformModuleRepositoryArgs {
240
225
  */
241
226
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
242
227
  /**
243
- * Repository layout key for the local repository
228
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
229
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
244
230
  */
245
231
  repoLayoutRef?: pulumi.Input<string>;
246
232
  /**
@@ -53,14 +53,12 @@ class LocalTerraformModuleRepository extends pulumi.CustomResource {
53
53
  const state = argsOrState;
54
54
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
55
55
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
56
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
57
56
  resourceInputs["description"] = state ? state.description : undefined;
58
57
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
59
58
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
60
59
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
61
60
  resourceInputs["key"] = state ? state.key : undefined;
62
61
  resourceInputs["notes"] = state ? state.notes : undefined;
63
- resourceInputs["packageType"] = state ? state.packageType : undefined;
64
62
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
65
63
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
66
64
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -75,7 +73,6 @@ class LocalTerraformModuleRepository extends pulumi.CustomResource {
75
73
  }
76
74
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
77
75
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
78
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
79
76
  resourceInputs["description"] = args ? args.description : undefined;
80
77
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
81
78
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
@@ -88,7 +85,6 @@ class LocalTerraformModuleRepository extends pulumi.CustomResource {
88
85
  resourceInputs["propertySets"] = args ? args.propertySets : undefined;
89
86
  resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
90
87
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
91
- resourceInputs["packageType"] = undefined /*out*/;
92
88
  }
93
89
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
94
90
  super(LocalTerraformModuleRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localTerraformModuleRepository.js","sourceRoot":"","sources":["../localTerraformModuleRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localTerraformModuleRepository.js","sourceRoot":"","sources":["../localTerraformModuleRepository.ts"],"names":[],"mappings":"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"}
@@ -38,35 +38,30 @@ export declare class LocalTerraformProviderRepository extends pulumi.CustomResou
38
38
  * therefore requires strict content moderation to prevent malicious users from uploading content that may compromise
39
39
  * security (e.g., cross-site scripting attacks).
40
40
  */
41
- readonly archiveBrowsingEnabled: pulumi.Output<boolean | undefined>;
41
+ readonly archiveBrowsingEnabled: pulumi.Output<boolean>;
42
42
  /**
43
43
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
44
44
  */
45
- readonly blackedOut: pulumi.Output<boolean | undefined>;
46
- /**
47
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
48
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
49
- */
50
- readonly cdnRedirect: pulumi.Output<boolean | undefined>;
45
+ readonly blackedOut: pulumi.Output<boolean>;
51
46
  /**
52
47
  * Public description.
53
48
  */
54
- readonly description: pulumi.Output<string | undefined>;
49
+ readonly description: pulumi.Output<string>;
55
50
  /**
56
51
  * When set, download requests to this repository will redirect the client to download the artifact directly from the cloud
57
52
  * storage provider. Available in Enterprise+ and Edge licenses only.
58
53
  */
59
- readonly downloadDirect: pulumi.Output<boolean | undefined>;
54
+ readonly downloadDirect: pulumi.Output<boolean>;
60
55
  /**
61
56
  * List of artifact patterns to exclude when evaluating artifact requests, in the form of `x/y/**&#47;z/*`.By default no
62
57
  * artifacts are excluded.
63
58
  */
64
- readonly excludesPattern: pulumi.Output<string | undefined>;
59
+ readonly excludesPattern: pulumi.Output<string>;
65
60
  /**
66
61
  * List of comma-separated artifact patterns to include when evaluating artifact requests in the form of `x/y/**&#47;z/*`. When
67
62
  * used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (`**&#47;*`).
68
63
  */
69
- readonly includesPattern: pulumi.Output<string | undefined>;
64
+ readonly includesPattern: pulumi.Output<string>;
70
65
  /**
71
66
  * the identity key of the repo.
72
67
  */
@@ -74,31 +69,31 @@ export declare class LocalTerraformProviderRepository extends pulumi.CustomResou
74
69
  /**
75
70
  * Internal description.
76
71
  */
77
- readonly notes: pulumi.Output<string | undefined>;
78
- readonly packageType: pulumi.Output<string>;
72
+ readonly notes: pulumi.Output<string>;
79
73
  /**
80
74
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
81
75
  */
82
- readonly priorityResolution: pulumi.Output<boolean | undefined>;
76
+ readonly priorityResolution: pulumi.Output<boolean>;
83
77
  readonly projectEnvironments: pulumi.Output<string[]>;
84
78
  /**
85
79
  * Project key for assigning this repository to. Must be 2 - 32 lowercase alphanumeric and hyphen characters. When
86
80
  * assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
87
81
  */
88
- readonly projectKey: pulumi.Output<string | undefined>;
82
+ readonly projectKey: pulumi.Output<string>;
89
83
  /**
90
84
  * List of property set name
91
85
  */
92
86
  readonly propertySets: pulumi.Output<string[] | undefined>;
93
87
  /**
94
- * Repository layout key for the local repository
88
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
89
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
95
90
  */
96
- readonly repoLayoutRef: pulumi.Output<string | undefined>;
91
+ readonly repoLayoutRef: pulumi.Output<string>;
97
92
  /**
98
93
  * Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via
99
94
  * Xray settings.
100
95
  */
101
- readonly xrayIndex: pulumi.Output<boolean | undefined>;
96
+ readonly xrayIndex: pulumi.Output<boolean>;
102
97
  /**
103
98
  * Create a LocalTerraformProviderRepository resource with the given unique name, arguments, and options.
104
99
  *
@@ -122,11 +117,6 @@ export interface LocalTerraformProviderRepositoryState {
122
117
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
123
118
  */
124
119
  blackedOut?: pulumi.Input<boolean>;
125
- /**
126
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
127
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
128
- */
129
- cdnRedirect?: pulumi.Input<boolean>;
130
120
  /**
131
121
  * Public description.
132
122
  */
@@ -154,7 +144,6 @@ export interface LocalTerraformProviderRepositoryState {
154
144
  * Internal description.
155
145
  */
156
146
  notes?: pulumi.Input<string>;
157
- packageType?: pulumi.Input<string>;
158
147
  /**
159
148
  * Setting repositories with priority will cause metadata to be merged only from repositories set with this field
160
149
  */
@@ -170,7 +159,8 @@ export interface LocalTerraformProviderRepositoryState {
170
159
  */
171
160
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
172
161
  /**
173
- * Repository layout key for the local repository
162
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
163
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
174
164
  */
175
165
  repoLayoutRef?: pulumi.Input<string>;
176
166
  /**
@@ -193,11 +183,6 @@ export interface LocalTerraformProviderRepositoryArgs {
193
183
  * When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
194
184
  */
195
185
  blackedOut?: pulumi.Input<boolean>;
196
- /**
197
- * When set, download requests to this repository will redirect the client to download the artifact directly from AWS
198
- * CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
199
- */
200
- cdnRedirect?: pulumi.Input<boolean>;
201
186
  /**
202
187
  * Public description.
203
188
  */
@@ -240,7 +225,8 @@ export interface LocalTerraformProviderRepositoryArgs {
240
225
  */
241
226
  propertySets?: pulumi.Input<pulumi.Input<string>[]>;
242
227
  /**
243
- * Repository layout key for the local repository
228
+ * Sets the layout that the repository should use for storing and identifying modules. A recommended layout that
229
+ * corresponds to the package type defined is suggested, and index packages uploaded and calculate metadata accordingly.
244
230
  */
245
231
  repoLayoutRef?: pulumi.Input<string>;
246
232
  /**
@@ -53,14 +53,12 @@ class LocalTerraformProviderRepository extends pulumi.CustomResource {
53
53
  const state = argsOrState;
54
54
  resourceInputs["archiveBrowsingEnabled"] = state ? state.archiveBrowsingEnabled : undefined;
55
55
  resourceInputs["blackedOut"] = state ? state.blackedOut : undefined;
56
- resourceInputs["cdnRedirect"] = state ? state.cdnRedirect : undefined;
57
56
  resourceInputs["description"] = state ? state.description : undefined;
58
57
  resourceInputs["downloadDirect"] = state ? state.downloadDirect : undefined;
59
58
  resourceInputs["excludesPattern"] = state ? state.excludesPattern : undefined;
60
59
  resourceInputs["includesPattern"] = state ? state.includesPattern : undefined;
61
60
  resourceInputs["key"] = state ? state.key : undefined;
62
61
  resourceInputs["notes"] = state ? state.notes : undefined;
63
- resourceInputs["packageType"] = state ? state.packageType : undefined;
64
62
  resourceInputs["priorityResolution"] = state ? state.priorityResolution : undefined;
65
63
  resourceInputs["projectEnvironments"] = state ? state.projectEnvironments : undefined;
66
64
  resourceInputs["projectKey"] = state ? state.projectKey : undefined;
@@ -75,7 +73,6 @@ class LocalTerraformProviderRepository extends pulumi.CustomResource {
75
73
  }
76
74
  resourceInputs["archiveBrowsingEnabled"] = args ? args.archiveBrowsingEnabled : undefined;
77
75
  resourceInputs["blackedOut"] = args ? args.blackedOut : undefined;
78
- resourceInputs["cdnRedirect"] = args ? args.cdnRedirect : undefined;
79
76
  resourceInputs["description"] = args ? args.description : undefined;
80
77
  resourceInputs["downloadDirect"] = args ? args.downloadDirect : undefined;
81
78
  resourceInputs["excludesPattern"] = args ? args.excludesPattern : undefined;
@@ -88,7 +85,6 @@ class LocalTerraformProviderRepository extends pulumi.CustomResource {
88
85
  resourceInputs["propertySets"] = args ? args.propertySets : undefined;
89
86
  resourceInputs["repoLayoutRef"] = args ? args.repoLayoutRef : undefined;
90
87
  resourceInputs["xrayIndex"] = args ? args.xrayIndex : undefined;
91
- resourceInputs["packageType"] = undefined /*out*/;
92
88
  }
93
89
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
94
90
  super(LocalTerraformProviderRepository.__pulumiType, name, resourceInputs, opts);
@@ -1 +1 @@
1
- {"version":3,"file":"localTerraformProviderRepository.js","sourceRoot":"","sources":["../localTerraformProviderRepository.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"localTerraformProviderRepository.js","sourceRoot":"","sources":["../localTerraformProviderRepository.ts"],"names":[],"mappings":"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"}