@pulumi/harness 0.8.0-alpha.1755712204 → 0.8.0

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 (608) hide show
  1. package/addUserToGroup.d.ts +2 -0
  2. package/addUserToGroup.js +2 -0
  3. package/addUserToGroup.js.map +1 -1
  4. package/application.d.ts +2 -0
  5. package/application.js +2 -0
  6. package/application.js.map +1 -1
  7. package/applicationGitSync.d.ts +2 -0
  8. package/applicationGitSync.js +2 -0
  9. package/applicationGitSync.js.map +1 -1
  10. package/chaos/getHub.d.ts +138 -0
  11. package/chaos/getHub.js +58 -0
  12. package/chaos/getHub.js.map +1 -0
  13. package/chaos/getImageRegistry.d.ts +159 -0
  14. package/chaos/getImageRegistry.js +74 -0
  15. package/chaos/getImageRegistry.js.map +1 -0
  16. package/chaos/getInfrastructureV2.d.ts +292 -0
  17. package/chaos/getInfrastructureV2.js +94 -0
  18. package/chaos/getInfrastructureV2.js.map +1 -0
  19. package/chaos/getSecurityGovernanceCondition.d.ts +141 -0
  20. package/chaos/getSecurityGovernanceCondition.js +80 -0
  21. package/chaos/getSecurityGovernanceCondition.js.map +1 -0
  22. package/chaos/getSecurityGovernanceRule.d.ts +145 -0
  23. package/chaos/getSecurityGovernanceRule.js +82 -0
  24. package/chaos/getSecurityGovernanceRule.js.map +1 -0
  25. package/chaos/hub.d.ts +239 -0
  26. package/chaos/hub.js +120 -0
  27. package/chaos/hub.js.map +1 -0
  28. package/chaos/hubSync.d.ts +78 -0
  29. package/chaos/hubSync.js +80 -0
  30. package/chaos/hubSync.js.map +1 -0
  31. package/chaos/imageRegistry.d.ts +214 -0
  32. package/chaos/imageRegistry.js +110 -0
  33. package/chaos/imageRegistry.js.map +1 -0
  34. package/chaos/index.d.ts +33 -0
  35. package/chaos/index.js +62 -0
  36. package/chaos/index.js.map +1 -0
  37. package/chaos/infrastructureV2.d.ts +469 -0
  38. package/chaos/infrastructureV2.js +144 -0
  39. package/chaos/infrastructureV2.js.map +1 -0
  40. package/chaos/securityGovernanceCondition.d.ts +283 -0
  41. package/chaos/securityGovernanceCondition.js +214 -0
  42. package/chaos/securityGovernanceCondition.js.map +1 -0
  43. package/chaos/securityGovernanceRule.d.ts +227 -0
  44. package/chaos/securityGovernanceRule.js +167 -0
  45. package/chaos/securityGovernanceRule.js.map +1 -0
  46. package/chaosInfrastructure.d.ts +5 -2
  47. package/chaosInfrastructure.js +5 -2
  48. package/chaosInfrastructure.js.map +1 -1
  49. package/cloudprovider/aws.d.ts +2 -0
  50. package/cloudprovider/aws.js +2 -0
  51. package/cloudprovider/aws.js.map +1 -1
  52. package/cloudprovider/azure.d.ts +2 -0
  53. package/cloudprovider/azure.js +2 -0
  54. package/cloudprovider/azure.js.map +1 -1
  55. package/cloudprovider/datacenter.d.ts +2 -0
  56. package/cloudprovider/datacenter.js +2 -0
  57. package/cloudprovider/datacenter.js.map +1 -1
  58. package/cloudprovider/kubernetes.d.ts +2 -0
  59. package/cloudprovider/kubernetes.js +2 -0
  60. package/cloudprovider/kubernetes.js.map +1 -1
  61. package/cloudprovider/spot.d.ts +2 -0
  62. package/cloudprovider/spot.js +2 -0
  63. package/cloudprovider/spot.js.map +1 -1
  64. package/cloudprovider/tanzu.d.ts +2 -0
  65. package/cloudprovider/tanzu.js +2 -0
  66. package/cloudprovider/tanzu.js.map +1 -1
  67. package/cluster/getOrchestratorConfig.d.ts +26 -2
  68. package/cluster/getOrchestratorConfig.js +6 -2
  69. package/cluster/getOrchestratorConfig.js.map +1 -1
  70. package/cluster/orchestrator.d.ts +0 -8
  71. package/cluster/orchestrator.js +0 -8
  72. package/cluster/orchestrator.js.map +1 -1
  73. package/cluster/orchestratorConfig.d.ts +104 -0
  74. package/cluster/orchestratorConfig.js +84 -0
  75. package/cluster/orchestratorConfig.js.map +1 -1
  76. package/delegateApproval.d.ts +2 -0
  77. package/delegateApproval.js +2 -0
  78. package/delegateApproval.js.map +1 -1
  79. package/encryptedText.d.ts +2 -0
  80. package/encryptedText.js +2 -0
  81. package/encryptedText.js.map +1 -1
  82. package/environment.d.ts +2 -0
  83. package/environment.js +2 -0
  84. package/environment.js.map +1 -1
  85. package/getCurrentAccount.d.ts +3 -3
  86. package/gitConnector.d.ts +2 -0
  87. package/gitConnector.js +2 -0
  88. package/gitConnector.js.map +1 -1
  89. package/governance/rule.d.ts +2 -0
  90. package/governance/rule.js +2 -0
  91. package/governance/rule.js.map +1 -1
  92. package/governance/ruleEnforcement.d.ts +2 -0
  93. package/governance/ruleEnforcement.js +2 -0
  94. package/governance/ruleEnforcement.js.map +1 -1
  95. package/index.d.ts +2 -1
  96. package/index.js +4 -2
  97. package/index.js.map +1 -1
  98. package/infrastructureDefinition.d.ts +2 -0
  99. package/infrastructureDefinition.js +2 -0
  100. package/infrastructureDefinition.js.map +1 -1
  101. package/package.json +2 -2
  102. package/platform/appDynamicsConnector.d.ts +2 -0
  103. package/platform/appDynamicsConnector.js +2 -0
  104. package/platform/appDynamicsConnector.js.map +1 -1
  105. package/platform/artifactoryConnector.d.ts +2 -0
  106. package/platform/artifactoryConnector.js +2 -0
  107. package/platform/artifactoryConnector.js.map +1 -1
  108. package/platform/awsCCConnector.d.ts +2 -0
  109. package/platform/awsCCConnector.js +2 -0
  110. package/platform/awsCCConnector.js.map +1 -1
  111. package/platform/awsConnector.d.ts +5 -3
  112. package/platform/awsConnector.js +2 -0
  113. package/platform/awsConnector.js.map +1 -1
  114. package/platform/awsKmsConnector.d.ts +17 -3
  115. package/platform/awsKmsConnector.js +5 -4
  116. package/platform/awsKmsConnector.js.map +1 -1
  117. package/platform/awsSecretManagerConnector.d.ts +6 -4
  118. package/platform/awsSecretManagerConnector.js +3 -1
  119. package/platform/awsSecretManagerConnector.js.map +1 -1
  120. package/platform/azureCloudCostConnector.d.ts +14 -0
  121. package/platform/azureCloudCostConnector.js +4 -0
  122. package/platform/azureCloudCostConnector.js.map +1 -1
  123. package/platform/azureCloudProviderConnector.d.ts +2 -0
  124. package/platform/azureCloudProviderConnector.js +2 -0
  125. package/platform/azureCloudProviderConnector.js.map +1 -1
  126. package/platform/azureKeyVaultConnector.d.ts +4 -0
  127. package/platform/azureKeyVaultConnector.js +4 -0
  128. package/platform/azureKeyVaultConnector.js.map +1 -1
  129. package/platform/bitbucketConnector.d.ts +2 -0
  130. package/platform/bitbucketConnector.js +2 -0
  131. package/platform/bitbucketConnector.js.map +1 -1
  132. package/platform/connectorAzureArtifacts.d.ts +3 -0
  133. package/platform/connectorAzureArtifacts.js +3 -0
  134. package/platform/connectorAzureArtifacts.js.map +1 -1
  135. package/platform/connectorAzureRepo.d.ts +6 -6
  136. package/platform/connectorAzureRepo.js +3 -0
  137. package/platform/connectorAzureRepo.js.map +1 -1
  138. package/platform/connectorCustomSecretManager.d.ts +22 -87
  139. package/platform/connectorCustomSecretManager.js +1 -21
  140. package/platform/connectorCustomSecretManager.js.map +1 -1
  141. package/platform/connectorCustomhealthsource.d.ts +2 -0
  142. package/platform/connectorCustomhealthsource.js +2 -0
  143. package/platform/connectorCustomhealthsource.js.map +1 -1
  144. package/platform/connectorGcpKms.d.ts +2 -0
  145. package/platform/connectorGcpKms.js +2 -0
  146. package/platform/connectorGcpKms.js.map +1 -1
  147. package/platform/connectorJdbc.d.ts +2 -0
  148. package/platform/connectorJdbc.js +2 -0
  149. package/platform/connectorJdbc.js.map +1 -1
  150. package/platform/connectorPdc.d.ts +6 -6
  151. package/platform/connectorPdc.js +3 -3
  152. package/platform/connectorRancher.d.ts +2 -0
  153. package/platform/connectorRancher.js +2 -0
  154. package/platform/connectorRancher.js.map +1 -1
  155. package/platform/dashboardFolders.d.ts +1 -1
  156. package/platform/dashboardFolders.js +1 -1
  157. package/platform/dashboards.d.ts +5 -7
  158. package/platform/dashboards.js +5 -7
  159. package/platform/dashboards.js.map +1 -1
  160. package/platform/datadogConnector.d.ts +2 -0
  161. package/platform/datadogConnector.js +2 -0
  162. package/platform/datadogConnector.js.map +1 -1
  163. package/platform/dbInstance.d.ts +2 -0
  164. package/platform/dbInstance.js +2 -0
  165. package/platform/dbInstance.js.map +1 -1
  166. package/platform/dbSchema.d.ts +11 -9
  167. package/platform/dbSchema.js +2 -0
  168. package/platform/dbSchema.js.map +1 -1
  169. package/platform/dockerConnector.d.ts +2 -2
  170. package/platform/dockerConnector.js +2 -2
  171. package/platform/dynatraceConnector.d.ts +2 -0
  172. package/platform/dynatraceConnector.js +2 -0
  173. package/platform/dynatraceConnector.js.map +1 -1
  174. package/platform/elasticsearchConnector.d.ts +9 -7
  175. package/platform/elasticsearchConnector.js +6 -4
  176. package/platform/elasticsearchConnector.js.map +1 -1
  177. package/platform/environment.d.ts +11 -268
  178. package/platform/environment.js +2 -256
  179. package/platform/environment.js.map +1 -1
  180. package/platform/environmentClustersMapping.d.ts +4 -0
  181. package/platform/environmentClustersMapping.js +4 -0
  182. package/platform/environmentClustersMapping.js.map +1 -1
  183. package/platform/environmentGroup.d.ts +6 -50
  184. package/platform/environmentGroup.js +3 -38
  185. package/platform/environmentGroup.js.map +1 -1
  186. package/platform/environmentServiceOverrides.d.ts +9 -94
  187. package/platform/environmentServiceOverrides.js +3 -88
  188. package/platform/environmentServiceOverrides.js.map +1 -1
  189. package/platform/featureFlagTargetGroup.d.ts +4 -4
  190. package/platform/featureFlagTargetGroup.js +4 -4
  191. package/platform/fileStoreFile.d.ts +5 -3
  192. package/platform/fileStoreFile.js +2 -0
  193. package/platform/fileStoreFile.js.map +1 -1
  194. package/platform/fileStoreFolder.d.ts +5 -3
  195. package/platform/fileStoreFolder.js +2 -0
  196. package/platform/fileStoreFolder.js.map +1 -1
  197. package/platform/filters.d.ts +4 -0
  198. package/platform/filters.js +4 -0
  199. package/platform/filters.js.map +1 -1
  200. package/platform/gcpCloudCostConnector.d.ts +2 -0
  201. package/platform/gcpCloudCostConnector.js +2 -0
  202. package/platform/gcpCloudCostConnector.js.map +1 -1
  203. package/platform/gcpConnector.d.ts +2 -0
  204. package/platform/gcpConnector.js +2 -0
  205. package/platform/gcpConnector.js.map +1 -1
  206. package/platform/gcpSecretManagerConnector.d.ts +3 -50
  207. package/platform/gcpSecretManagerConnector.js +3 -50
  208. package/platform/gcpSecretManagerConnector.js.map +1 -1
  209. package/platform/getApiKey.d.ts +8 -42
  210. package/platform/getApiKey.js +2 -36
  211. package/platform/getApiKey.js.map +1 -1
  212. package/platform/getAwsKmsConnector.d.ts +5 -0
  213. package/platform/getAwsKmsConnector.js +4 -0
  214. package/platform/getAwsKmsConnector.js.map +1 -1
  215. package/platform/getAwsSecretManagerConnector.d.ts +7 -3
  216. package/platform/getAwsSecretManagerConnector.js +4 -0
  217. package/platform/getAwsSecretManagerConnector.js.map +1 -1
  218. package/platform/getAzureCloudCostConnector.d.ts +1 -0
  219. package/platform/getAzureCloudCostConnector.js.map +1 -1
  220. package/platform/getConnectorAzureRepo.d.ts +69 -0
  221. package/platform/getConnectorAzureRepo.js +6 -0
  222. package/platform/getConnectorAzureRepo.js.map +1 -1
  223. package/platform/getConnectorCustomSecretManager.d.ts +36 -36
  224. package/platform/getConnectorCustomSecretManager.js +2 -20
  225. package/platform/getConnectorCustomSecretManager.js.map +1 -1
  226. package/platform/getConnectorPdc.d.ts +3 -3
  227. package/platform/getConnectorPdc.js +2 -2
  228. package/platform/getCurrentAccount.d.ts +2 -20
  229. package/platform/getCurrentAccount.js +2 -20
  230. package/platform/getCurrentAccount.js.map +1 -1
  231. package/platform/getDashboardFolders.d.ts +22 -7
  232. package/platform/getDashboardFolders.js +4 -4
  233. package/platform/getDashboardFolders.js.map +1 -1
  234. package/platform/getDashboards.d.ts +21 -9
  235. package/platform/getDashboards.js +4 -4
  236. package/platform/getDashboards.js.map +1 -1
  237. package/platform/getDbInstance.d.ts +9 -0
  238. package/platform/getDbInstance.js.map +1 -1
  239. package/platform/getDbSchema.d.ts +10 -9
  240. package/platform/getDbSchema.js +0 -4
  241. package/platform/getDbSchema.js.map +1 -1
  242. package/platform/getEnvironment.d.ts +9 -0
  243. package/platform/getEnvironment.js.map +1 -1
  244. package/platform/getEnvironmentList.d.ts +20 -70
  245. package/platform/getEnvironmentList.js +2 -70
  246. package/platform/getEnvironmentList.js.map +1 -1
  247. package/platform/getEnvironmentServiceOverrides.d.ts +6 -6
  248. package/platform/getFilters.d.ts +4 -0
  249. package/platform/getFilters.js +4 -0
  250. package/platform/getFilters.js.map +1 -1
  251. package/platform/getGcpSecretManagerConnector.d.ts +4 -0
  252. package/platform/getGcpSecretManagerConnector.js +4 -0
  253. package/platform/getGcpSecretManagerConnector.js.map +1 -1
  254. package/platform/getGithubConnector.d.ts +3 -0
  255. package/platform/getGithubConnector.js.map +1 -1
  256. package/platform/getGitopsApplications.d.ts +9 -0
  257. package/platform/getGitopsApplications.js.map +1 -1
  258. package/platform/getGitopsFilters.d.ts +25 -10
  259. package/platform/getGitopsFilters.js.map +1 -1
  260. package/platform/getGitxWebhook.d.ts +3 -3
  261. package/platform/getHarRegistry.d.ts +71 -11
  262. package/platform/getHarRegistry.js +2 -2
  263. package/platform/getHarRegistry.js.map +1 -1
  264. package/platform/getIacmDefaultPipeline.d.ts +28 -0
  265. package/platform/getIacmDefaultPipeline.js +28 -0
  266. package/platform/getIacmDefaultPipeline.js.map +1 -1
  267. package/platform/getInfraVariableSet.d.ts +40 -23
  268. package/platform/getInfraVariableSet.js +18 -4
  269. package/platform/getInfraVariableSet.js.map +1 -1
  270. package/platform/getInfrastructure.d.ts +9 -0
  271. package/platform/getInfrastructure.js.map +1 -1
  272. package/platform/getManualFreeze.d.ts +0 -28
  273. package/platform/getManualFreeze.js +0 -28
  274. package/platform/getManualFreeze.js.map +1 -1
  275. package/platform/getMonitoredService.d.ts +26 -0
  276. package/platform/getMonitoredService.js +26 -0
  277. package/platform/getMonitoredService.js.map +1 -1
  278. package/platform/getOrganization.d.ts +4 -0
  279. package/platform/getOrganization.js +4 -0
  280. package/platform/getOrganization.js.map +1 -1
  281. package/platform/getOverrides.d.ts +86 -0
  282. package/platform/getOverrides.js +32 -0
  283. package/platform/getOverrides.js.map +1 -1
  284. package/platform/getPagerdutyConnector.d.ts +4 -0
  285. package/platform/getPagerdutyConnector.js +4 -0
  286. package/platform/getPagerdutyConnector.js.map +1 -1
  287. package/platform/getPipelineList.d.ts +23 -76
  288. package/platform/getPipelineList.js +2 -58
  289. package/platform/getPipelineList.js.map +1 -1
  290. package/platform/getProject.d.ts +4 -0
  291. package/platform/getProject.js +4 -0
  292. package/platform/getProject.js.map +1 -1
  293. package/platform/getProjectList.d.ts +22 -75
  294. package/platform/getProjectList.js +2 -58
  295. package/platform/getProjectList.js.map +1 -1
  296. package/platform/getProvider.d.ts +15 -0
  297. package/platform/getProvider.js +6 -0
  298. package/platform/getProvider.js.map +1 -1
  299. package/platform/getResourceGroup.d.ts +4 -0
  300. package/platform/getResourceGroup.js +4 -0
  301. package/platform/getResourceGroup.js.map +1 -1
  302. package/platform/getRoleAssignments.d.ts +6 -2
  303. package/platform/getRoleAssignments.js +4 -0
  304. package/platform/getRoleAssignments.js.map +1 -1
  305. package/platform/getRoles.d.ts +4 -0
  306. package/platform/getRoles.js +4 -0
  307. package/platform/getRoles.js.map +1 -1
  308. package/platform/getSecretFile.d.ts +4 -0
  309. package/platform/getSecretFile.js +4 -0
  310. package/platform/getSecretFile.js.map +1 -1
  311. package/platform/getSecretSshkey.d.ts +4 -0
  312. package/platform/getSecretSshkey.js +4 -0
  313. package/platform/getSecretSshkey.js.map +1 -1
  314. package/platform/getService.d.ts +9 -0
  315. package/platform/getService.js.map +1 -1
  316. package/platform/getServiceAccount.d.ts +4 -0
  317. package/platform/getServiceAccount.js +4 -0
  318. package/platform/getServiceAccount.js.map +1 -1
  319. package/platform/getServiceList.d.ts +38 -70
  320. package/platform/getServiceList.js +2 -70
  321. package/platform/getServiceList.js.map +1 -1
  322. package/platform/getServiceOverridesV2.d.ts +54 -0
  323. package/platform/getServiceOverridesV2.js.map +1 -1
  324. package/platform/getSlo.d.ts +26 -0
  325. package/platform/getSlo.js +26 -0
  326. package/platform/getSlo.js.map +1 -1
  327. package/platform/getToken.d.ts +2 -0
  328. package/platform/getToken.js +2 -0
  329. package/platform/getToken.js.map +1 -1
  330. package/platform/getUser.d.ts +4 -0
  331. package/platform/getUser.js +4 -0
  332. package/platform/getUser.js.map +1 -1
  333. package/platform/getUsergroup.d.ts +4 -0
  334. package/platform/getUsergroup.js +4 -0
  335. package/platform/getUsergroup.js.map +1 -1
  336. package/platform/getVariables.d.ts +4 -0
  337. package/platform/getVariables.js +4 -0
  338. package/platform/getVariables.js.map +1 -1
  339. package/platform/getVaultConnector.d.ts +5 -1
  340. package/platform/getVaultConnector.js +4 -0
  341. package/platform/getVaultConnector.js.map +1 -1
  342. package/platform/getWorkspace.d.ts +12 -3
  343. package/platform/getWorkspace.js.map +1 -1
  344. package/platform/gitConnector.d.ts +2 -0
  345. package/platform/gitConnector.js +2 -0
  346. package/platform/gitConnector.js.map +1 -1
  347. package/platform/gitOpsAgent.d.ts +2 -0
  348. package/platform/gitOpsAgent.js +2 -0
  349. package/platform/gitOpsAgent.js.map +1 -1
  350. package/platform/gitOpsApplications.d.ts +2 -0
  351. package/platform/gitOpsApplications.js +2 -0
  352. package/platform/gitOpsApplications.js.map +1 -1
  353. package/platform/gitOpsCluster.d.ts +14 -0
  354. package/platform/gitOpsCluster.js +4 -0
  355. package/platform/gitOpsCluster.js.map +1 -1
  356. package/platform/gitOpsGnupg.d.ts +2 -0
  357. package/platform/gitOpsGnupg.js +2 -0
  358. package/platform/gitOpsGnupg.js.map +1 -1
  359. package/platform/gitOpsRepoCert.d.ts +2 -0
  360. package/platform/gitOpsRepoCert.js +2 -0
  361. package/platform/gitOpsRepoCert.js.map +1 -1
  362. package/platform/gitOpsRepoCred.d.ts +2 -0
  363. package/platform/gitOpsRepoCred.js +2 -0
  364. package/platform/gitOpsRepoCred.js.map +1 -1
  365. package/platform/gitOpsRepository.d.ts +2 -0
  366. package/platform/gitOpsRepository.js +2 -0
  367. package/platform/gitOpsRepository.js.map +1 -1
  368. package/platform/githubConnector.d.ts +5 -3
  369. package/platform/githubConnector.js +2 -0
  370. package/platform/githubConnector.js.map +1 -1
  371. package/platform/gitlabConnector.d.ts +2 -0
  372. package/platform/gitlabConnector.js +2 -0
  373. package/platform/gitlabConnector.js.map +1 -1
  374. package/platform/gitopsAppProject.d.ts +2 -0
  375. package/platform/gitopsAppProject.js +2 -0
  376. package/platform/gitopsAppProject.js.map +1 -1
  377. package/platform/gitopsAppProjectMapping.d.ts +2 -0
  378. package/platform/gitopsAppProjectMapping.js +2 -0
  379. package/platform/gitopsAppProjectMapping.js.map +1 -1
  380. package/platform/gitopsApplicationset.d.ts +49 -0
  381. package/platform/gitopsApplicationset.js +49 -0
  382. package/platform/gitopsApplicationset.js.map +1 -1
  383. package/platform/gitopsFilters.d.ts +22 -86
  384. package/platform/gitopsFilters.js +1 -65
  385. package/platform/gitopsFilters.js.map +1 -1
  386. package/platform/gitxWebhook.d.ts +2 -0
  387. package/platform/gitxWebhook.js +2 -0
  388. package/platform/gitxWebhook.js.map +1 -1
  389. package/platform/harRegistry.d.ts +13 -13
  390. package/platform/harRegistry.js +0 -3
  391. package/platform/harRegistry.js.map +1 -1
  392. package/platform/helmConnector.d.ts +2 -0
  393. package/platform/helmConnector.js +2 -0
  394. package/platform/helmConnector.js.map +1 -1
  395. package/platform/iacmDefaultPipeline.d.ts +15 -0
  396. package/platform/iacmDefaultPipeline.js +15 -0
  397. package/platform/iacmDefaultPipeline.js.map +1 -1
  398. package/platform/infraModule.d.ts +3 -1
  399. package/platform/infraModule.js +3 -1
  400. package/platform/infraModule.js.map +1 -1
  401. package/platform/infraVariableSet.d.ts +18 -10
  402. package/platform/infraVariableSet.js +12 -4
  403. package/platform/infraVariableSet.js.map +1 -1
  404. package/platform/infrastructure.d.ts +8 -123
  405. package/platform/infrastructure.js +2 -117
  406. package/platform/infrastructure.js.map +1 -1
  407. package/platform/inputSet.d.ts +2 -0
  408. package/platform/inputSet.js +2 -0
  409. package/platform/inputSet.js.map +1 -1
  410. package/platform/jenkinsConnector.d.ts +4 -0
  411. package/platform/jenkinsConnector.js +4 -0
  412. package/platform/jenkinsConnector.js.map +1 -1
  413. package/platform/jiraConnector.d.ts +2 -1
  414. package/platform/jiraConnector.js +2 -1
  415. package/platform/jiraConnector.js.map +1 -1
  416. package/platform/kubernetesCloudCostConnector.d.ts +17 -5
  417. package/platform/kubernetesCloudCostConnector.js +14 -2
  418. package/platform/kubernetesCloudCostConnector.js.map +1 -1
  419. package/platform/kubernetesConnector.d.ts +2 -0
  420. package/platform/kubernetesConnector.js +2 -0
  421. package/platform/kubernetesConnector.js.map +1 -1
  422. package/platform/manualFreeze.d.ts +3 -79
  423. package/platform/manualFreeze.js +3 -79
  424. package/platform/manualFreeze.js.map +1 -1
  425. package/platform/monitoredService.d.ts +8 -6
  426. package/platform/monitoredService.js +8 -6
  427. package/platform/monitoredService.js.map +1 -1
  428. package/platform/newrelicConnector.d.ts +2 -0
  429. package/platform/newrelicConnector.js +2 -0
  430. package/platform/newrelicConnector.js.map +1 -1
  431. package/platform/nexusConnector.d.ts +2 -2
  432. package/platform/nexusConnector.js +2 -2
  433. package/platform/notificationRule.d.ts +2 -0
  434. package/platform/notificationRule.js +2 -0
  435. package/platform/notificationRule.js.map +1 -1
  436. package/platform/ociHelmConnector.d.ts +2 -0
  437. package/platform/ociHelmConnector.js +2 -0
  438. package/platform/ociHelmConnector.js.map +1 -1
  439. package/platform/organization.d.ts +4 -0
  440. package/platform/organization.js +4 -0
  441. package/platform/organization.js.map +1 -1
  442. package/platform/overrides.d.ts +25 -0
  443. package/platform/overrides.js +25 -0
  444. package/platform/overrides.js.map +1 -1
  445. package/platform/pagerdutyConnector.d.ts +4 -0
  446. package/platform/pagerdutyConnector.js +4 -0
  447. package/platform/pagerdutyConnector.js.map +1 -1
  448. package/platform/pipeline.d.ts +9 -1
  449. package/platform/pipeline.js +9 -1
  450. package/platform/pipeline.js.map +1 -1
  451. package/platform/pipelineFilters.d.ts +2 -0
  452. package/platform/pipelineFilters.js +2 -0
  453. package/platform/pipelineFilters.js.map +1 -1
  454. package/platform/policy.d.ts +3 -13
  455. package/platform/policy.js +3 -13
  456. package/platform/policy.js.map +1 -1
  457. package/platform/policySet.d.ts +2 -0
  458. package/platform/policySet.js +2 -0
  459. package/platform/policySet.js.map +1 -1
  460. package/platform/project.d.ts +4 -0
  461. package/platform/project.js +4 -0
  462. package/platform/project.js.map +1 -1
  463. package/platform/prometheusConnector.d.ts +2 -0
  464. package/platform/prometheusConnector.js +2 -0
  465. package/platform/prometheusConnector.js.map +1 -1
  466. package/platform/provider.d.ts +3 -0
  467. package/platform/provider.js +3 -0
  468. package/platform/provider.js.map +1 -1
  469. package/platform/repo.d.ts +21 -0
  470. package/platform/repo.js +21 -0
  471. package/platform/repo.js.map +1 -1
  472. package/platform/resourceGroup.d.ts +7 -3
  473. package/platform/resourceGroup.js +4 -0
  474. package/platform/resourceGroup.js.map +1 -1
  475. package/platform/roleAssignments.d.ts +9 -7
  476. package/platform/roleAssignments.js +3 -1
  477. package/platform/roleAssignments.js.map +1 -1
  478. package/platform/roles.d.ts +4 -0
  479. package/platform/roles.js +4 -0
  480. package/platform/roles.js.map +1 -1
  481. package/platform/secretFile.d.ts +4 -0
  482. package/platform/secretFile.js +4 -0
  483. package/platform/secretFile.js.map +1 -1
  484. package/platform/secretSshkey.d.ts +3 -1
  485. package/platform/secretSshkey.js +3 -1
  486. package/platform/secretSshkey.js.map +1 -1
  487. package/platform/secretText.d.ts +42 -0
  488. package/platform/secretText.js +42 -0
  489. package/platform/secretText.js.map +1 -1
  490. package/platform/service.d.ts +6 -250
  491. package/platform/service.js +3 -238
  492. package/platform/service.js.map +1 -1
  493. package/platform/serviceAccount.d.ts +4 -0
  494. package/platform/serviceAccount.js +4 -0
  495. package/platform/serviceAccount.js.map +1 -1
  496. package/platform/serviceNowConnector.d.ts +2 -1
  497. package/platform/serviceNowConnector.js +2 -1
  498. package/platform/serviceNowConnector.js.map +1 -1
  499. package/platform/serviceOverridesV2.d.ts +2 -105
  500. package/platform/serviceOverridesV2.js +2 -105
  501. package/platform/serviceOverridesV2.js.map +1 -1
  502. package/platform/slo.d.ts +6 -9
  503. package/platform/slo.js +6 -9
  504. package/platform/slo.js.map +1 -1
  505. package/platform/splunkConnector.d.ts +2 -0
  506. package/platform/splunkConnector.js +2 -0
  507. package/platform/splunkConnector.js.map +1 -1
  508. package/platform/spotConnector.d.ts +2 -0
  509. package/platform/spotConnector.js +2 -0
  510. package/platform/spotConnector.js.map +1 -1
  511. package/platform/sumologicConnector.d.ts +2 -0
  512. package/platform/sumologicConnector.js +2 -0
  513. package/platform/sumologicConnector.js.map +1 -1
  514. package/platform/tasConnector.d.ts +2 -0
  515. package/platform/tasConnector.js +2 -0
  516. package/platform/tasConnector.js.map +1 -1
  517. package/platform/template.d.ts +11 -9
  518. package/platform/template.js +2 -0
  519. package/platform/template.js.map +1 -1
  520. package/platform/templateFilters.d.ts +2 -0
  521. package/platform/templateFilters.js +2 -0
  522. package/platform/templateFilters.js.map +1 -1
  523. package/platform/terraformCloudConnector.d.ts +2 -0
  524. package/platform/terraformCloudConnector.js +2 -0
  525. package/platform/terraformCloudConnector.js.map +1 -1
  526. package/platform/token.d.ts +3 -1
  527. package/platform/token.js +3 -1
  528. package/platform/token.js.map +1 -1
  529. package/platform/triggers.d.ts +4 -0
  530. package/platform/triggers.js +4 -0
  531. package/platform/triggers.js.map +1 -1
  532. package/platform/user.d.ts +6 -4
  533. package/platform/user.js +3 -1
  534. package/platform/user.js.map +1 -1
  535. package/platform/usergroup.d.ts +35 -3
  536. package/platform/usergroup.js +32 -0
  537. package/platform/usergroup.js.map +1 -1
  538. package/platform/variables.d.ts +4 -0
  539. package/platform/variables.js +4 -0
  540. package/platform/variables.js.map +1 -1
  541. package/platform/vaultConnector.d.ts +7 -3
  542. package/platform/vaultConnector.js +4 -0
  543. package/platform/vaultConnector.js.map +1 -1
  544. package/platform/workspace.d.ts +9 -3
  545. package/platform/workspace.js +6 -0
  546. package/platform/workspace.js.map +1 -1
  547. package/platformApiKey.d.ts +3 -36
  548. package/platformApiKey.js +3 -36
  549. package/platformApiKey.js.map +1 -1
  550. package/platformCcmFilters.d.ts +5 -3
  551. package/platformCcmFilters.js +2 -0
  552. package/platformCcmFilters.js.map +1 -1
  553. package/service/ami.d.ts +2 -0
  554. package/service/ami.js +2 -0
  555. package/service/ami.js.map +1 -1
  556. package/service/codedeploy.d.ts +2 -0
  557. package/service/codedeploy.js +2 -0
  558. package/service/codedeploy.js.map +1 -1
  559. package/service/discoveryAgent.d.ts +409 -0
  560. package/service/discoveryAgent.js +255 -0
  561. package/service/discoveryAgent.js.map +1 -0
  562. package/service/discoverySetting.d.ts +123 -0
  563. package/service/discoverySetting.js +80 -0
  564. package/service/discoverySetting.js.map +1 -0
  565. package/service/ecs.d.ts +2 -0
  566. package/service/ecs.js +2 -0
  567. package/service/ecs.js.map +1 -1
  568. package/service/getDiscoveryAgent.d.ts +205 -0
  569. package/service/getDiscoveryAgent.js +88 -0
  570. package/service/getDiscoveryAgent.js.map +1 -0
  571. package/service/getDiscoverySetting.d.ts +103 -0
  572. package/service/getDiscoverySetting.js +60 -0
  573. package/service/getDiscoverySetting.js.map +1 -0
  574. package/service/helm.d.ts +2 -0
  575. package/service/helm.js +2 -0
  576. package/service/helm.js.map +1 -1
  577. package/service/index.d.ts +12 -0
  578. package/service/index.js +17 -1
  579. package/service/index.js.map +1 -1
  580. package/service/kubernetes.d.ts +2 -0
  581. package/service/kubernetes.js +2 -0
  582. package/service/kubernetes.js.map +1 -1
  583. package/service/lambda.d.ts +2 -0
  584. package/service/lambda.js +2 -0
  585. package/service/lambda.js.map +1 -1
  586. package/service/ssh.d.ts +2 -0
  587. package/service/ssh.js +2 -0
  588. package/service/ssh.js.map +1 -1
  589. package/service/tanzu.d.ts +2 -0
  590. package/service/tanzu.js +2 -0
  591. package/service/tanzu.js.map +1 -1
  592. package/service/winrm.d.ts +2 -0
  593. package/service/winrm.js +2 -0
  594. package/service/winrm.js.map +1 -1
  595. package/sshCredential.d.ts +2 -0
  596. package/sshCredential.js +2 -0
  597. package/sshCredential.js.map +1 -1
  598. package/types/input.d.ts +1312 -190
  599. package/types/output.d.ts +12685 -11229
  600. package/user.d.ts +2 -0
  601. package/user.js +2 -0
  602. package/user.js.map +1 -1
  603. package/userGroup.d.ts +2 -0
  604. package/userGroup.js +2 -0
  605. package/userGroup.js.map +1 -1
  606. package/yamlConfig.d.ts +2 -0
  607. package/yamlConfig.js +2 -0
  608. package/yamlConfig.js.map +1 -1
@@ -20,7 +20,7 @@ const utilities = require("../utilities");
20
20
  * name: "name",
21
21
  * description: "test",
22
22
  * tags: ["foo:bar"],
23
- * url: "https://elasticsearch.com/",
23
+ * url: "http://elk6.dev.harness.io:9200/",
24
24
  * delegateSelectors: ["harness-delegate"],
25
25
  * apiToken: {
26
26
  * clientId: "client_id",
@@ -33,26 +33,28 @@ const utilities = require("../utilities");
33
33
  * name: "name",
34
34
  * description: "test",
35
35
  * tags: ["foo:bar"],
36
- * url: "https://elasticsearch.com/",
36
+ * url: "http://elk6.dev.harness.io:9200/",
37
37
  * delegateSelectors: ["harness-delegate"],
38
38
  * usernamePassword: {
39
39
  * username: "username",
40
40
  * passwordRef: "account.secret_id",
41
41
  * },
42
42
  * });
43
- * // Authentication mechanism as username and password
43
+ * // Authentication mechanism without authentication
44
44
  * const noAuthentication = new harness.platform.ElasticsearchConnector("no_authentication", {
45
45
  * identifier: "identifier",
46
46
  * name: "name",
47
47
  * description: "test",
48
48
  * tags: ["foo:bar"],
49
- * url: "https://elasticsearch.com/",
49
+ * url: "http://elk6.dev.harness.io:9200/",
50
50
  * delegateSelectors: ["harness-delegate"],
51
51
  * });
52
52
  * ```
53
53
  *
54
54
  * ## Import
55
55
  *
56
+ * The `pulumi import` command can be used, for example:
57
+ *
56
58
  * Import account level elasticsearch connector
57
59
  *
58
60
  * ```sh
@@ -1 +1 @@
1
- {"version":3,"file":"elasticsearchConnector.js","sourceRoot":"","sources":["../../platform/elasticsearchConnector.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"elasticsearchConnector.js","sourceRoot":"","sources":["../../platform/elasticsearchConnector.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,MAAa,sBAAuB,SAAQ,MAAM,CAAC,cAAc;IAC7D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAmC,EAAE,IAAmC;QACjI,OAAO,IAAI,sBAAsB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC7E,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,sBAAsB,CAAC,YAAY,CAAC;IACvE,CAAC;IAuDD,YAAY,IAAY,EAAE,WAAsE,EAAE,IAAmC;QACjI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAsD,CAAC;YACrE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,mBAAmB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAAqD,CAAC;YACnE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,GAAG,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;aACtD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;YACpD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,sBAAsB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC3E,CAAC;;AAvHL,wDAwHC;AA1GG,gBAAgB;AACO,mCAAY,GAAG,gEAAgE,CAAC"}
@@ -4,264 +4,10 @@ import * as outputs from "../types/output";
4
4
  /**
5
5
  * Resource for creating a Harness environment.
6
6
  *
7
- * ## Example to create Environment at different levels (Org, Project, Account)
8
- *
9
- * ### Account Level
10
- * ```typescript
11
- * import * as pulumi from "@pulumi/pulumi";
12
- * import * as harness from "@pulumi/harness";
13
- *
14
- * const example = new harness.platform.Environment("example", {
15
- * identifier: "identifier",
16
- * name: "name",
17
- * tags: [
18
- * "foo:bar",
19
- * "bar:foo",
20
- * ],
21
- * type: "PreProduction",
22
- * description: "env description",
23
- * yaml: `environment:
24
- * name: name
25
- * identifier: identifier
26
- * type: PreProduction
27
- * tags:
28
- * foo: bar
29
- * bar: foo
30
- * variables:
31
- * - name: envVar1
32
- * type: String
33
- * value: v1
34
- * description: ""
35
- * - name: envVar2
36
- * type: String
37
- * value: v2
38
- * description: ""
39
- * overrides:
40
- * manifests:
41
- * - manifest:
42
- * identifier: manifestEnv
43
- * type: Values
44
- * spec:
45
- * store:
46
- * type: Git
47
- * spec:
48
- * connectorRef: <+input>
49
- * gitFetchType: Branch
50
- * paths:
51
- * - file1
52
- * repoName: <+input>
53
- * branch: master
54
- * configFiles:
55
- * - configFile:
56
- * identifier: configFileEnv
57
- * spec:
58
- * store:
59
- * type: Harness
60
- * spec:
61
- * files:
62
- * - account:/Add-ons/svcOverrideTest
63
- * secretFiles: []
64
- * `,
65
- * });
66
- * ```
67
- *
68
- * ### Org Level
69
- * ```typescript
70
- * import * as pulumi from "@pulumi/pulumi";
71
- * import * as harness from "@pulumi/harness";
72
- *
73
- * const example = new harness.platform.Environment("example", {
74
- * identifier: "identifier",
75
- * name: "name",
76
- * orgId: "org_id",
77
- * tags: [
78
- * "foo:bar",
79
- * "bar:foo",
80
- * ],
81
- * type: "PreProduction",
82
- * description: "env description",
83
- * yaml: `environment:
84
- * name: name
85
- * identifier: identifier
86
- * orgIdentifier: org_id
87
- * type: PreProduction
88
- * tags:
89
- * foo: bar
90
- * bar: foo
91
- * variables:
92
- * - name: envVar1
93
- * type: String
94
- * value: v1
95
- * description: ""
96
- * - name: envVar2
97
- * type: String
98
- * value: v2
99
- * description: ""
100
- * overrides:
101
- * manifests:
102
- * - manifest:
103
- * identifier: manifestEnv
104
- * type: Values
105
- * spec:
106
- * store:
107
- * type: Git
108
- * spec:
109
- * connectorRef: <+input>
110
- * gitFetchType: Branch
111
- * paths:
112
- * - file1
113
- * repoName: <+input>
114
- * branch: master
115
- * configFiles:
116
- * - configFile:
117
- * identifier: configFileEnv
118
- * spec:
119
- * store:
120
- * type: Harness
121
- * spec:
122
- * files:
123
- * - account:/Add-ons/svcOverrideTest
124
- * secretFiles: []
125
- * `,
126
- * });
127
- * ```
128
- *
129
- * ### Project Level
130
- * ```typescript
131
- * import * as pulumi from "@pulumi/pulumi";
132
- * import * as harness from "@pulumi/harness";
133
- *
134
- * const example = new harness.platform.Environment("example", {
135
- * identifier: "identifier",
136
- * name: "name",
137
- * orgId: "org_id",
138
- * projectId: "project_id",
139
- * tags: [
140
- * "foo:bar",
141
- * "bar:foo",
142
- * ],
143
- * type: "PreProduction",
144
- * description: "env description",
145
- * yaml: `environment:
146
- * name: name
147
- * identifier: identifier
148
- * orgIdentifier: org_id
149
- * projectIdentifier: project_id
150
- * type: PreProduction
151
- * tags:
152
- * foo: bar
153
- * bar: foo
154
- * variables:
155
- * - name: envVar1
156
- * type: String
157
- * value: v1
158
- * description: ""
159
- * - name: envVar2
160
- * type: String
161
- * value: v2
162
- * description: ""
163
- * overrides:
164
- * manifests:
165
- * - manifest:
166
- * identifier: manifestEnv
167
- * type: Values
168
- * spec:
169
- * store:
170
- * type: Git
171
- * spec:
172
- * connectorRef: <+input>
173
- * gitFetchType: Branch
174
- * paths:
175
- * - file1
176
- * repoName: <+input>
177
- * branch: master
178
- * configFiles:
179
- * - configFile:
180
- * identifier: configFileEnv
181
- * spec:
182
- * store:
183
- * type: Harness
184
- * spec:
185
- * files:
186
- * - account:/Add-ons/svcOverrideTest
187
- * secretFiles: []
188
- * `,
189
- * });
190
- * ```
191
- *
192
- * ### Creating Remote Environment
193
- * ```typescript
194
- * import * as pulumi from "@pulumi/pulumi";
195
- * import * as harness from "@pulumi/harness";
196
- *
197
- * const example = new harness.platform.Environment("example", {
198
- * identifier: "identifier",
199
- * name: "name",
200
- * description: "test",
201
- * orgId: "org_id",
202
- * projectId: "project_id",
203
- * gitDetails: {
204
- * storeType: "REMOTE",
205
- * connectorRef: "connector_ref",
206
- * repoName: "repo_name",
207
- * filePath: "file_path",
208
- * branch: "branch",
209
- * },
210
- * yaml: `environment:
211
- * name: env
212
- * identifier: env
213
- * tags:
214
- * test: ""
215
- * type: PreProduction
216
- * orgIdentifier: default
217
- * projectIdentifier: proj1
218
- * variables:
219
- * - name: var1
220
- * type: String
221
- * value: abc
222
- * description: ""
223
- * required: false
224
- * overrides:
225
- * manifests:
226
- * - manifest:
227
- * identifier: Manifest1
228
- * type: Values
229
- * spec:
230
- * store:
231
- * type: Github
232
- * spec:
233
- * connectorRef: <+input>
234
- * gitFetchType: Branch
235
- * paths:
236
- * - .harness/
237
- * repoName: <+input>
238
- * branch: <+input>
239
- * `,
240
- * });
241
- * ```
242
- *
243
- * ### Importing Environment From Git
244
- * ```typescript
245
- * import * as pulumi from "@pulumi/pulumi";
246
- * import * as harness from "@pulumi/harness";
247
- *
248
- * const example = new harness.platform.Environment("example", {
249
- * identifier: "identifier",
250
- * name: "name",
251
- * type: "PreProduction",
252
- * gitDetails: {
253
- * storeType: "REMOTE",
254
- * connectorRef: "connector_ref",
255
- * repoName: "repo_name",
256
- * filePath: "file_path",
257
- * branch: "branch",
258
- * importFromGit: true,
259
- * },
260
- * });
261
- * ```
262
- *
263
7
  * ## Import
264
8
  *
9
+ * The `pulumi import` command can be used, for example:
10
+ *
265
11
  * Import account level environment id
266
12
  *
267
13
  * ```sh
@@ -305,11 +51,11 @@ export declare class Environment extends pulumi.CustomResource {
305
51
  */
306
52
  readonly description: pulumi.Output<string | undefined>;
307
53
  /**
308
- * When set to true, enables force deletion of environments.
54
+ * Enable this flag for force deletion of environments
309
55
  */
310
56
  readonly forceDelete: pulumi.Output<boolean>;
311
57
  /**
312
- * Contains Git Information for remote entities from Git for Create/Update/Import
58
+ * Contains parameters related to creating an Entity for Git Experience.
313
59
  */
314
60
  readonly gitDetails: pulumi.Output<outputs.platform.EnvironmentGitDetails>;
315
61
  /**
@@ -337,8 +83,7 @@ export declare class Environment extends pulumi.CustomResource {
337
83
  */
338
84
  readonly type: pulumi.Output<string>;
339
85
  /**
340
- * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.
341
- * connectorId.
86
+ * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
342
87
  */
343
88
  readonly yaml: pulumi.Output<string | undefined>;
344
89
  /**
@@ -363,11 +108,11 @@ export interface EnvironmentState {
363
108
  */
364
109
  description?: pulumi.Input<string>;
365
110
  /**
366
- * When set to true, enables force deletion of environments.
111
+ * Enable this flag for force deletion of environments
367
112
  */
368
113
  forceDelete?: pulumi.Input<boolean>;
369
114
  /**
370
- * Contains Git Information for remote entities from Git for Create/Update/Import
115
+ * Contains parameters related to creating an Entity for Git Experience.
371
116
  */
372
117
  gitDetails?: pulumi.Input<inputs.platform.EnvironmentGitDetails>;
373
118
  /**
@@ -395,8 +140,7 @@ export interface EnvironmentState {
395
140
  */
396
141
  type?: pulumi.Input<string>;
397
142
  /**
398
- * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.
399
- * connectorId.
143
+ * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
400
144
  */
401
145
  yaml?: pulumi.Input<string>;
402
146
  }
@@ -413,11 +157,11 @@ export interface EnvironmentArgs {
413
157
  */
414
158
  description?: pulumi.Input<string>;
415
159
  /**
416
- * When set to true, enables force deletion of environments.
160
+ * Enable this flag for force deletion of environments
417
161
  */
418
162
  forceDelete?: pulumi.Input<boolean>;
419
163
  /**
420
- * Contains Git Information for remote entities from Git for Create/Update/Import
164
+ * Contains parameters related to creating an Entity for Git Experience.
421
165
  */
422
166
  gitDetails?: pulumi.Input<inputs.platform.EnvironmentGitDetails>;
423
167
  /**
@@ -445,8 +189,7 @@ export interface EnvironmentArgs {
445
189
  */
446
190
  type: pulumi.Input<string>;
447
191
  /**
448
- * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.
449
- * connectorId.
192
+ * Environment YAML. In YAML, to reference an entity at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference an entity at the account scope, prefix 'account` to the expression: account.{identifier}. For eg, to reference a connector with identifier 'connectorId' at the organization scope in a stage mention it as connectorRef: org.connectorId.
450
193
  */
451
194
  yaml?: pulumi.Input<string>;
452
195
  }
@@ -8,264 +8,10 @@ const utilities = require("../utilities");
8
8
  /**
9
9
  * Resource for creating a Harness environment.
10
10
  *
11
- * ## Example to create Environment at different levels (Org, Project, Account)
12
- *
13
- * ### Account Level
14
- * ```typescript
15
- * import * as pulumi from "@pulumi/pulumi";
16
- * import * as harness from "@pulumi/harness";
17
- *
18
- * const example = new harness.platform.Environment("example", {
19
- * identifier: "identifier",
20
- * name: "name",
21
- * tags: [
22
- * "foo:bar",
23
- * "bar:foo",
24
- * ],
25
- * type: "PreProduction",
26
- * description: "env description",
27
- * yaml: `environment:
28
- * name: name
29
- * identifier: identifier
30
- * type: PreProduction
31
- * tags:
32
- * foo: bar
33
- * bar: foo
34
- * variables:
35
- * - name: envVar1
36
- * type: String
37
- * value: v1
38
- * description: ""
39
- * - name: envVar2
40
- * type: String
41
- * value: v2
42
- * description: ""
43
- * overrides:
44
- * manifests:
45
- * - manifest:
46
- * identifier: manifestEnv
47
- * type: Values
48
- * spec:
49
- * store:
50
- * type: Git
51
- * spec:
52
- * connectorRef: <+input>
53
- * gitFetchType: Branch
54
- * paths:
55
- * - file1
56
- * repoName: <+input>
57
- * branch: master
58
- * configFiles:
59
- * - configFile:
60
- * identifier: configFileEnv
61
- * spec:
62
- * store:
63
- * type: Harness
64
- * spec:
65
- * files:
66
- * - account:/Add-ons/svcOverrideTest
67
- * secretFiles: []
68
- * `,
69
- * });
70
- * ```
71
- *
72
- * ### Org Level
73
- * ```typescript
74
- * import * as pulumi from "@pulumi/pulumi";
75
- * import * as harness from "@pulumi/harness";
76
- *
77
- * const example = new harness.platform.Environment("example", {
78
- * identifier: "identifier",
79
- * name: "name",
80
- * orgId: "org_id",
81
- * tags: [
82
- * "foo:bar",
83
- * "bar:foo",
84
- * ],
85
- * type: "PreProduction",
86
- * description: "env description",
87
- * yaml: `environment:
88
- * name: name
89
- * identifier: identifier
90
- * orgIdentifier: org_id
91
- * type: PreProduction
92
- * tags:
93
- * foo: bar
94
- * bar: foo
95
- * variables:
96
- * - name: envVar1
97
- * type: String
98
- * value: v1
99
- * description: ""
100
- * - name: envVar2
101
- * type: String
102
- * value: v2
103
- * description: ""
104
- * overrides:
105
- * manifests:
106
- * - manifest:
107
- * identifier: manifestEnv
108
- * type: Values
109
- * spec:
110
- * store:
111
- * type: Git
112
- * spec:
113
- * connectorRef: <+input>
114
- * gitFetchType: Branch
115
- * paths:
116
- * - file1
117
- * repoName: <+input>
118
- * branch: master
119
- * configFiles:
120
- * - configFile:
121
- * identifier: configFileEnv
122
- * spec:
123
- * store:
124
- * type: Harness
125
- * spec:
126
- * files:
127
- * - account:/Add-ons/svcOverrideTest
128
- * secretFiles: []
129
- * `,
130
- * });
131
- * ```
132
- *
133
- * ### Project Level
134
- * ```typescript
135
- * import * as pulumi from "@pulumi/pulumi";
136
- * import * as harness from "@pulumi/harness";
137
- *
138
- * const example = new harness.platform.Environment("example", {
139
- * identifier: "identifier",
140
- * name: "name",
141
- * orgId: "org_id",
142
- * projectId: "project_id",
143
- * tags: [
144
- * "foo:bar",
145
- * "bar:foo",
146
- * ],
147
- * type: "PreProduction",
148
- * description: "env description",
149
- * yaml: `environment:
150
- * name: name
151
- * identifier: identifier
152
- * orgIdentifier: org_id
153
- * projectIdentifier: project_id
154
- * type: PreProduction
155
- * tags:
156
- * foo: bar
157
- * bar: foo
158
- * variables:
159
- * - name: envVar1
160
- * type: String
161
- * value: v1
162
- * description: ""
163
- * - name: envVar2
164
- * type: String
165
- * value: v2
166
- * description: ""
167
- * overrides:
168
- * manifests:
169
- * - manifest:
170
- * identifier: manifestEnv
171
- * type: Values
172
- * spec:
173
- * store:
174
- * type: Git
175
- * spec:
176
- * connectorRef: <+input>
177
- * gitFetchType: Branch
178
- * paths:
179
- * - file1
180
- * repoName: <+input>
181
- * branch: master
182
- * configFiles:
183
- * - configFile:
184
- * identifier: configFileEnv
185
- * spec:
186
- * store:
187
- * type: Harness
188
- * spec:
189
- * files:
190
- * - account:/Add-ons/svcOverrideTest
191
- * secretFiles: []
192
- * `,
193
- * });
194
- * ```
195
- *
196
- * ### Creating Remote Environment
197
- * ```typescript
198
- * import * as pulumi from "@pulumi/pulumi";
199
- * import * as harness from "@pulumi/harness";
200
- *
201
- * const example = new harness.platform.Environment("example", {
202
- * identifier: "identifier",
203
- * name: "name",
204
- * description: "test",
205
- * orgId: "org_id",
206
- * projectId: "project_id",
207
- * gitDetails: {
208
- * storeType: "REMOTE",
209
- * connectorRef: "connector_ref",
210
- * repoName: "repo_name",
211
- * filePath: "file_path",
212
- * branch: "branch",
213
- * },
214
- * yaml: `environment:
215
- * name: env
216
- * identifier: env
217
- * tags:
218
- * test: ""
219
- * type: PreProduction
220
- * orgIdentifier: default
221
- * projectIdentifier: proj1
222
- * variables:
223
- * - name: var1
224
- * type: String
225
- * value: abc
226
- * description: ""
227
- * required: false
228
- * overrides:
229
- * manifests:
230
- * - manifest:
231
- * identifier: Manifest1
232
- * type: Values
233
- * spec:
234
- * store:
235
- * type: Github
236
- * spec:
237
- * connectorRef: <+input>
238
- * gitFetchType: Branch
239
- * paths:
240
- * - .harness/
241
- * repoName: <+input>
242
- * branch: <+input>
243
- * `,
244
- * });
245
- * ```
246
- *
247
- * ### Importing Environment From Git
248
- * ```typescript
249
- * import * as pulumi from "@pulumi/pulumi";
250
- * import * as harness from "@pulumi/harness";
251
- *
252
- * const example = new harness.platform.Environment("example", {
253
- * identifier: "identifier",
254
- * name: "name",
255
- * type: "PreProduction",
256
- * gitDetails: {
257
- * storeType: "REMOTE",
258
- * connectorRef: "connector_ref",
259
- * repoName: "repo_name",
260
- * filePath: "file_path",
261
- * branch: "branch",
262
- * importFromGit: true,
263
- * },
264
- * });
265
- * ```
266
- *
267
11
  * ## Import
268
12
  *
13
+ * The `pulumi import` command can be used, for example:
14
+ *
269
15
  * Import account level environment id
270
16
  *
271
17
  * ```sh
@@ -1 +1 @@
1
- {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../platform/environment.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../platform/environment.ts"],"names":[],"mappings":"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"}
@@ -43,6 +43,10 @@ import * as outputs from "../types/output";
43
43
  * ],
44
44
  * });
45
45
  * ```
46
+ *
47
+ * ## Import
48
+ *
49
+ * The `pulumi import` command can be used, for example:
46
50
  */
47
51
  export declare class EnvironmentClustersMapping extends pulumi.CustomResource {
48
52
  /**