pulumi-harness 0.5.0a1733377558__py3-none-any.whl → 0.5.0a1733809662__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-harness might be problematic. Click here for more details.

Files changed (155) hide show
  1. pulumi_harness/__init__.py +8 -0
  2. pulumi_harness/autostopping/get_aws_alb.py +2 -2
  3. pulumi_harness/autostopping/get_aws_proxy.py +2 -2
  4. pulumi_harness/autostopping/get_azure_gateway.py +2 -2
  5. pulumi_harness/autostopping/get_azure_proxy.py +2 -2
  6. pulumi_harness/autostopping/get_gcp_proxy.py +2 -2
  7. pulumi_harness/autostopping/get_rule_ecs.py +2 -2
  8. pulumi_harness/autostopping/get_rule_rds.py +2 -2
  9. pulumi_harness/autostopping/get_rule_vm.py +2 -2
  10. pulumi_harness/autostopping/get_schedule.py +2 -2
  11. pulumi_harness/cloudprovider/get_delegate_ids.py +2 -2
  12. pulumi_harness/cluster/get_orchestrator.py +2 -2
  13. pulumi_harness/get_application.py +2 -2
  14. pulumi_harness/get_current_account.py +2 -2
  15. pulumi_harness/get_delegate.py +2 -2
  16. pulumi_harness/get_encrypted_text.py +2 -2
  17. pulumi_harness/get_environment.py +2 -2
  18. pulumi_harness/get_git_connector.py +2 -2
  19. pulumi_harness/get_secret_manager.py +2 -2
  20. pulumi_harness/get_service.py +2 -2
  21. pulumi_harness/get_ssh_credential.py +2 -2
  22. pulumi_harness/get_sso_provider.py +2 -2
  23. pulumi_harness/get_trigger.py +2 -2
  24. pulumi_harness/get_user.py +2 -2
  25. pulumi_harness/get_user_group.py +2 -2
  26. pulumi_harness/get_yaml_config.py +2 -2
  27. pulumi_harness/governance/get_rule.py +2 -2
  28. pulumi_harness/governance/get_rule_enforcement.py +2 -2
  29. pulumi_harness/governance/get_rule_set.py +2 -2
  30. pulumi_harness/platform/__init__.py +2 -0
  31. pulumi_harness/platform/_inputs.py +94 -37
  32. pulumi_harness/platform/get_api_key.py +2 -2
  33. pulumi_harness/platform/get_app_dynamics_connector.py +2 -2
  34. pulumi_harness/platform/get_artifactory_connector.py +2 -2
  35. pulumi_harness/platform/get_aws_cc_connector.py +2 -2
  36. pulumi_harness/platform/get_aws_connector.py +2 -2
  37. pulumi_harness/platform/get_aws_kms_connector.py +2 -2
  38. pulumi_harness/platform/get_aws_secret_manager_connector.py +2 -2
  39. pulumi_harness/platform/get_azure_cloud_cost_connector.py +2 -2
  40. pulumi_harness/platform/get_azure_cloud_provider_connector.py +2 -2
  41. pulumi_harness/platform/get_azure_key_vault_connector.py +2 -2
  42. pulumi_harness/platform/get_bitbucket_connector.py +2 -2
  43. pulumi_harness/platform/get_ccm_filters.py +2 -2
  44. pulumi_harness/platform/get_connector_custom_secret_manager.py +2 -2
  45. pulumi_harness/platform/get_connector_customhealthsource.py +2 -2
  46. pulumi_harness/platform/get_connector_jdbc.py +2 -2
  47. pulumi_harness/platform/get_connector_pdc.py +2 -2
  48. pulumi_harness/platform/get_connector_rancher.py +2 -2
  49. pulumi_harness/platform/get_current_account.py +2 -2
  50. pulumi_harness/platform/get_current_user.py +2 -2
  51. pulumi_harness/platform/get_datadog_connector.py +2 -2
  52. pulumi_harness/platform/get_db_instance.py +2 -2
  53. pulumi_harness/platform/get_db_schema.py +2 -2
  54. pulumi_harness/platform/get_delegatetoken.py +2 -2
  55. pulumi_harness/platform/get_docker_connector.py +2 -2
  56. pulumi_harness/platform/get_dynatrace_connector.py +2 -2
  57. pulumi_harness/platform/get_elasticsearch_connector.py +2 -2
  58. pulumi_harness/platform/get_environment.py +2 -2
  59. pulumi_harness/platform/get_environment_clusters_mapping.py +2 -2
  60. pulumi_harness/platform/get_environment_group.py +2 -2
  61. pulumi_harness/platform/get_environment_list.py +2 -2
  62. pulumi_harness/platform/get_environment_service_overrides.py +2 -2
  63. pulumi_harness/platform/get_file_store_file.py +2 -2
  64. pulumi_harness/platform/get_file_store_folder.py +2 -2
  65. pulumi_harness/platform/get_filters.py +2 -2
  66. pulumi_harness/platform/get_gcp_cloud_cost_connector.py +2 -2
  67. pulumi_harness/platform/get_gcp_connector.py +2 -2
  68. pulumi_harness/platform/get_gcp_secret_manager_connector.py +2 -2
  69. pulumi_harness/platform/get_git_connector.py +2 -2
  70. pulumi_harness/platform/get_github_connector.py +2 -2
  71. pulumi_harness/platform/get_gitlab_connector.py +2 -2
  72. pulumi_harness/platform/get_gitops_agent.py +56 -31
  73. pulumi_harness/platform/get_gitops_agent_deploy_yaml.py +4 -3
  74. pulumi_harness/platform/get_gitops_app_project.py +4 -3
  75. pulumi_harness/platform/get_gitops_app_project_mapping.py +4 -3
  76. pulumi_harness/platform/get_gitops_applications.py +4 -3
  77. pulumi_harness/platform/get_gitops_cluster.py +4 -3
  78. pulumi_harness/platform/get_gitops_gnupg.py +4 -3
  79. pulumi_harness/platform/get_gitops_repo_cert.py +6 -5
  80. pulumi_harness/platform/get_gitops_repo_cred.py +4 -3
  81. pulumi_harness/platform/get_gitops_repository.py +4 -3
  82. pulumi_harness/platform/get_gitx_webhook.py +2 -2
  83. pulumi_harness/platform/get_helm_connector.py +2 -2
  84. pulumi_harness/platform/get_iacm_default_pipeline.py +2 -2
  85. pulumi_harness/platform/get_infra_module.py +320 -0
  86. pulumi_harness/platform/get_infrastructure.py +2 -2
  87. pulumi_harness/platform/get_input_set.py +2 -2
  88. pulumi_harness/platform/get_jenkins_connector.py +2 -2
  89. pulumi_harness/platform/get_jira_connector.py +2 -2
  90. pulumi_harness/platform/get_kubernetes_cloud_cost_connector.py +2 -2
  91. pulumi_harness/platform/get_kubernetes_connector.py +2 -2
  92. pulumi_harness/platform/get_manual_freeze.py +2 -2
  93. pulumi_harness/platform/get_monitored_service.py +2 -2
  94. pulumi_harness/platform/get_nexus_connector.py +2 -2
  95. pulumi_harness/platform/get_notification_rule.py +2 -2
  96. pulumi_harness/platform/get_oci_helm_connector.py +2 -2
  97. pulumi_harness/platform/get_organization.py +2 -2
  98. pulumi_harness/platform/get_overrides.py +2 -2
  99. pulumi_harness/platform/get_pagerduty_connector.py +2 -2
  100. pulumi_harness/platform/get_permissions.py +2 -2
  101. pulumi_harness/platform/get_pipeline.py +2 -2
  102. pulumi_harness/platform/get_pipeline_filters.py +2 -2
  103. pulumi_harness/platform/get_pipeline_list.py +2 -2
  104. pulumi_harness/platform/get_policy.py +2 -2
  105. pulumi_harness/platform/get_policy_set.py +2 -2
  106. pulumi_harness/platform/get_project.py +2 -2
  107. pulumi_harness/platform/get_project_list.py +2 -2
  108. pulumi_harness/platform/get_prometheus_connector.py +2 -2
  109. pulumi_harness/platform/get_provider.py +2 -2
  110. pulumi_harness/platform/get_repo.py +2 -2
  111. pulumi_harness/platform/get_repo_rule_branch.py +2 -2
  112. pulumi_harness/platform/get_repo_webhook.py +2 -2
  113. pulumi_harness/platform/get_resource_group.py +2 -2
  114. pulumi_harness/platform/get_role_assignments.py +2 -2
  115. pulumi_harness/platform/get_roles.py +2 -2
  116. pulumi_harness/platform/get_secret_file.py +2 -2
  117. pulumi_harness/platform/get_secret_sshkey.py +2 -2
  118. pulumi_harness/platform/get_secret_text.py +2 -2
  119. pulumi_harness/platform/get_service.py +2 -2
  120. pulumi_harness/platform/get_service_account.py +2 -2
  121. pulumi_harness/platform/get_service_list.py +2 -2
  122. pulumi_harness/platform/get_service_now_connector.py +2 -2
  123. pulumi_harness/platform/get_service_overrides_v2.py +2 -2
  124. pulumi_harness/platform/get_slo.py +2 -2
  125. pulumi_harness/platform/get_splunk_connector.py +2 -2
  126. pulumi_harness/platform/get_spot_connector.py +2 -2
  127. pulumi_harness/platform/get_sumologic_connector.py +2 -2
  128. pulumi_harness/platform/get_tas_connector.py +2 -2
  129. pulumi_harness/platform/get_template.py +2 -2
  130. pulumi_harness/platform/get_template_filters.py +2 -2
  131. pulumi_harness/platform/get_terraform_cloud_connector.py +2 -2
  132. pulumi_harness/platform/get_token.py +2 -2
  133. pulumi_harness/platform/get_triggers.py +2 -2
  134. pulumi_harness/platform/get_user.py +2 -2
  135. pulumi_harness/platform/get_usergroup.py +2 -2
  136. pulumi_harness/platform/get_variables.py +2 -2
  137. pulumi_harness/platform/get_vault_connector.py +2 -2
  138. pulumi_harness/platform/get_workspace.py +2 -2
  139. pulumi_harness/platform/get_workspace_output_value.py +2 -2
  140. pulumi_harness/platform/git_ops_agent.py +53 -17
  141. pulumi_harness/platform/git_ops_applications.py +25 -17
  142. pulumi_harness/platform/git_ops_cluster.py +25 -17
  143. pulumi_harness/platform/git_ops_gnupg.py +25 -17
  144. pulumi_harness/platform/git_ops_repo_cert.py +25 -17
  145. pulumi_harness/platform/git_ops_repo_cred.py +25 -17
  146. pulumi_harness/platform/git_ops_repository.py +25 -17
  147. pulumi_harness/platform/gitops_app_project.py +65 -57
  148. pulumi_harness/platform/gitops_app_project_mapping.py +26 -18
  149. pulumi_harness/platform/infra_module.py +755 -0
  150. pulumi_harness/platform/outputs.py +98 -23
  151. pulumi_harness/pulumi-plugin.json +1 -1
  152. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/METADATA +1 -1
  153. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/RECORD +155 -153
  154. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/WHEEL +0 -0
  155. {pulumi_harness-0.5.0a1733377558.dist-info → pulumi_harness-0.5.0a1733809662.dist-info}/top_level.txt +0 -0
@@ -954,6 +954,8 @@ class AwsConnectorManual(dict):
954
954
  suggest = "access_key_ref"
955
955
  elif key == "delegateSelectors":
956
956
  suggest = "delegate_selectors"
957
+ elif key == "sessionTokenRef":
958
+ suggest = "session_token_ref"
957
959
 
958
960
  if suggest:
959
961
  pulumi.log.warn(f"Key '{key}' not found in AwsConnectorManual. Access the value via the '{suggest}' property getter instead.")
@@ -971,13 +973,15 @@ class AwsConnectorManual(dict):
971
973
  access_key: Optional[str] = None,
972
974
  access_key_ref: Optional[str] = None,
973
975
  delegate_selectors: Optional[Sequence[str]] = None,
974
- region: Optional[str] = None):
976
+ region: Optional[str] = None,
977
+ session_token_ref: Optional[str] = None):
975
978
  """
976
979
  :param str secret_key_ref: Reference to the Harness secret containing the aws secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
977
980
  :param str access_key: AWS access key.
978
981
  :param str access_key_ref: Reference to the Harness secret containing the aws access key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
979
982
  :param Sequence[str] delegate_selectors: Connect only use delegates with these tags.
980
983
  :param str region: Test Region to perform Connection test of AWS Connector.
984
+ :param str session_token_ref: Reference to the Harness secret containing the aws session token.
981
985
  """
982
986
  pulumi.set(__self__, "secret_key_ref", secret_key_ref)
983
987
  if access_key is not None:
@@ -988,6 +992,8 @@ class AwsConnectorManual(dict):
988
992
  pulumi.set(__self__, "delegate_selectors", delegate_selectors)
989
993
  if region is not None:
990
994
  pulumi.set(__self__, "region", region)
995
+ if session_token_ref is not None:
996
+ pulumi.set(__self__, "session_token_ref", session_token_ref)
991
997
 
992
998
  @property
993
999
  @pulumi.getter(name="secretKeyRef")
@@ -1029,6 +1035,14 @@ class AwsConnectorManual(dict):
1029
1035
  """
1030
1036
  return pulumi.get(self, "region")
1031
1037
 
1038
+ @property
1039
+ @pulumi.getter(name="sessionTokenRef")
1040
+ def session_token_ref(self) -> Optional[str]:
1041
+ """
1042
+ Reference to the Harness secret containing the aws session token.
1043
+ """
1044
+ return pulumi.get(self, "session_token_ref")
1045
+
1032
1046
 
1033
1047
  @pulumi.output_type
1034
1048
  class AwsConnectorOidcAuthentication(dict):
@@ -2428,17 +2442,38 @@ class ConnectorRancherBearerToken(dict):
2428
2442
 
2429
2443
  @pulumi.output_type
2430
2444
  class DbSchemaSchemaSource(dict):
2445
+ @staticmethod
2446
+ def __key_warning(key: str):
2447
+ suggest = None
2448
+ if key == "archivePath":
2449
+ suggest = "archive_path"
2450
+
2451
+ if suggest:
2452
+ pulumi.log.warn(f"Key '{key}' not found in DbSchemaSchemaSource. Access the value via the '{suggest}' property getter instead.")
2453
+
2454
+ def __getitem__(self, key: str) -> Any:
2455
+ DbSchemaSchemaSource.__key_warning(key)
2456
+ return super().__getitem__(key)
2457
+
2458
+ def get(self, key: str, default = None) -> Any:
2459
+ DbSchemaSchemaSource.__key_warning(key)
2460
+ return super().get(key, default)
2461
+
2431
2462
  def __init__(__self__, *,
2432
2463
  connector: str,
2433
2464
  location: str,
2465
+ archive_path: Optional[str] = None,
2434
2466
  repo: Optional[str] = None):
2435
2467
  """
2436
2468
  :param str connector: Connector to repository at which to find details about the database schema
2437
2469
  :param str location: The path within the specified repository at which to find details about the database schema
2470
+ :param str archive_path: If connector type is artifactory, path to the archive file which contains the changeLog
2438
2471
  :param str repo: If connector url is of account, which repository to connect to using the connector
2439
2472
  """
2440
2473
  pulumi.set(__self__, "connector", connector)
2441
2474
  pulumi.set(__self__, "location", location)
2475
+ if archive_path is not None:
2476
+ pulumi.set(__self__, "archive_path", archive_path)
2442
2477
  if repo is not None:
2443
2478
  pulumi.set(__self__, "repo", repo)
2444
2479
 
@@ -2458,6 +2493,14 @@ class DbSchemaSchemaSource(dict):
2458
2493
  """
2459
2494
  return pulumi.get(self, "location")
2460
2495
 
2496
+ @property
2497
+ @pulumi.getter(name="archivePath")
2498
+ def archive_path(self) -> Optional[str]:
2499
+ """
2500
+ If connector type is artifactory, path to the archive file which contains the changeLog
2501
+ """
2502
+ return pulumi.get(self, "archive_path")
2503
+
2461
2504
  @property
2462
2505
  @pulumi.getter
2463
2506
  def repo(self) -> Optional[str]:
@@ -3097,28 +3140,29 @@ class FeatureFlagTag(dict):
3097
3140
  @pulumi.output_type
3098
3141
  class FeatureFlagTargetGroupRule(dict):
3099
3142
  def __init__(__self__, *,
3100
- attribute: Optional[str] = None,
3101
- negate: Optional[bool] = None,
3102
- op: Optional[str] = None,
3103
- values: Optional[Sequence[str]] = None):
3143
+ attribute: str,
3144
+ op: str,
3145
+ values: Sequence[str],
3146
+ id: Optional[str] = None,
3147
+ negate: Optional[bool] = None):
3104
3148
  """
3105
3149
  :param str attribute: The attribute to use in the clause. This can be any target attribute
3106
- :param bool negate: Is the operation negated?
3107
3150
  :param str op: The type of operation such as equals, starts_with, contains
3108
3151
  :param Sequence[str] values: The values that are compared against the operator
3152
+ :param str id: The ID of this resource.
3153
+ :param bool negate: Is the operation negated?
3109
3154
  """
3110
- if attribute is not None:
3111
- pulumi.set(__self__, "attribute", attribute)
3155
+ pulumi.set(__self__, "attribute", attribute)
3156
+ pulumi.set(__self__, "op", op)
3157
+ pulumi.set(__self__, "values", values)
3158
+ if id is not None:
3159
+ pulumi.set(__self__, "id", id)
3112
3160
  if negate is not None:
3113
3161
  pulumi.set(__self__, "negate", negate)
3114
- if op is not None:
3115
- pulumi.set(__self__, "op", op)
3116
- if values is not None:
3117
- pulumi.set(__self__, "values", values)
3118
3162
 
3119
3163
  @property
3120
3164
  @pulumi.getter
3121
- def attribute(self) -> Optional[str]:
3165
+ def attribute(self) -> str:
3122
3166
  """
3123
3167
  The attribute to use in the clause. This can be any target attribute
3124
3168
  """
@@ -3126,27 +3170,35 @@ class FeatureFlagTargetGroupRule(dict):
3126
3170
 
3127
3171
  @property
3128
3172
  @pulumi.getter
3129
- def negate(self) -> Optional[bool]:
3173
+ def op(self) -> str:
3130
3174
  """
3131
- Is the operation negated?
3175
+ The type of operation such as equals, starts_with, contains
3132
3176
  """
3133
- return pulumi.get(self, "negate")
3177
+ return pulumi.get(self, "op")
3134
3178
 
3135
3179
  @property
3136
3180
  @pulumi.getter
3137
- def op(self) -> Optional[str]:
3181
+ def values(self) -> Sequence[str]:
3138
3182
  """
3139
- The type of operation such as equals, starts_with, contains
3183
+ The values that are compared against the operator
3140
3184
  """
3141
- return pulumi.get(self, "op")
3185
+ return pulumi.get(self, "values")
3142
3186
 
3143
3187
  @property
3144
3188
  @pulumi.getter
3145
- def values(self) -> Optional[Sequence[str]]:
3189
+ def id(self) -> Optional[str]:
3146
3190
  """
3147
- The values that are compared against the operator
3191
+ The ID of this resource.
3148
3192
  """
3149
- return pulumi.get(self, "values")
3193
+ return pulumi.get(self, "id")
3194
+
3195
+ @property
3196
+ @pulumi.getter
3197
+ def negate(self) -> Optional[bool]:
3198
+ """
3199
+ Is the operation negated?
3200
+ """
3201
+ return pulumi.get(self, "negate")
3150
3202
 
3151
3203
 
3152
3204
  @pulumi.output_type
@@ -15545,7 +15597,8 @@ class GetAwsConnectorManualResult(dict):
15545
15597
  delegate_selectors: Sequence[str],
15546
15598
  secret_key_ref: str,
15547
15599
  access_key_plain_text: Optional[str] = None,
15548
- region: Optional[str] = None):
15600
+ region: Optional[str] = None,
15601
+ session_token_ref: Optional[str] = None):
15549
15602
  """
15550
15603
  :param str access_key: AWS access key.
15551
15604
  :param str access_key_ref: Reference to the Harness secret containing the aws access key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
@@ -15553,6 +15606,7 @@ class GetAwsConnectorManualResult(dict):
15553
15606
  :param str secret_key_ref: Reference to the Harness secret containing the aws secret key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
15554
15607
  :param str access_key_plain_text: The plain text AWS access key.
15555
15608
  :param str region: AWS Region to perform Connection test of Connector.
15609
+ :param str session_token_ref: Reference to the Harness secret containing the aws session token.
15556
15610
  """
15557
15611
  pulumi.set(__self__, "access_key", access_key)
15558
15612
  pulumi.set(__self__, "access_key_ref", access_key_ref)
@@ -15562,6 +15616,8 @@ class GetAwsConnectorManualResult(dict):
15562
15616
  pulumi.set(__self__, "access_key_plain_text", access_key_plain_text)
15563
15617
  if region is not None:
15564
15618
  pulumi.set(__self__, "region", region)
15619
+ if session_token_ref is not None:
15620
+ pulumi.set(__self__, "session_token_ref", session_token_ref)
15565
15621
 
15566
15622
  @property
15567
15623
  @pulumi.getter(name="accessKey")
@@ -15611,6 +15667,14 @@ class GetAwsConnectorManualResult(dict):
15611
15667
  """
15612
15668
  return pulumi.get(self, "region")
15613
15669
 
15670
+ @property
15671
+ @pulumi.getter(name="sessionTokenRef")
15672
+ def session_token_ref(self) -> Optional[str]:
15673
+ """
15674
+ Reference to the Harness secret containing the aws session token.
15675
+ """
15676
+ return pulumi.get(self, "session_token_ref")
15677
+
15614
15678
 
15615
15679
  @pulumi.output_type
15616
15680
  class GetAwsConnectorOidcAuthenticationResult(dict):
@@ -16569,18 +16633,29 @@ class GetConnectorRancherBearerTokenResult(dict):
16569
16633
  @pulumi.output_type
16570
16634
  class GetDbSchemaSchemaSourceResult(dict):
16571
16635
  def __init__(__self__, *,
16636
+ archive_path: str,
16572
16637
  connector: str,
16573
16638
  location: str,
16574
16639
  repo: str):
16575
16640
  """
16641
+ :param str archive_path: If connector type is artifactory, path to the archive file which contains the changeLog
16576
16642
  :param str connector: Connector to repository at which to find details about the database schema
16577
16643
  :param str location: The path within the specified repository at which to find details about the database schema
16578
16644
  :param str repo: If connector url is of account, which repository to connect to using the connector
16579
16645
  """
16646
+ pulumi.set(__self__, "archive_path", archive_path)
16580
16647
  pulumi.set(__self__, "connector", connector)
16581
16648
  pulumi.set(__self__, "location", location)
16582
16649
  pulumi.set(__self__, "repo", repo)
16583
16650
 
16651
+ @property
16652
+ @pulumi.getter(name="archivePath")
16653
+ def archive_path(self) -> str:
16654
+ """
16655
+ If connector type is artifactory, path to the archive file which contains the changeLog
16656
+ """
16657
+ return pulumi.get(self, "archive_path")
16658
+
16584
16659
  @property
16585
16660
  @pulumi.getter
16586
16661
  def connector(self) -> str:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "harness",
4
- "version": "0.5.0-alpha.1733377558",
4
+ "version": "0.5.0-alpha.1733809662",
5
5
  "server": "github://api.github.com/pulumi"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_harness
3
- Version: 0.5.0a1733377558
3
+ Version: 0.5.0a1733809662
4
4
  Summary: A Pulumi package for creating and managing Harness resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://www.pulumi.com