pulumi-harness 0.7.4__py3-none-any.whl → 0.7.5__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 (333) hide show
  1. pulumi_harness/__init__.py +25 -1
  2. pulumi_harness/_inputs.py +1 -1
  3. pulumi_harness/_utilities.py +1 -1
  4. pulumi_harness/add_user_to_group.py +1 -1
  5. pulumi_harness/application.py +1 -1
  6. pulumi_harness/application_git_sync.py +1 -1
  7. pulumi_harness/autostopping/__init__.py +1 -1
  8. pulumi_harness/autostopping/_inputs.py +1 -1
  9. pulumi_harness/autostopping/aws_alb.py +1 -1
  10. pulumi_harness/autostopping/aws_proxy.py +1 -1
  11. pulumi_harness/autostopping/azure_gateway.py +1 -1
  12. pulumi_harness/autostopping/azure_proxy.py +1 -1
  13. pulumi_harness/autostopping/gcp_proxy.py +1 -1
  14. pulumi_harness/autostopping/get_aws_alb.py +1 -1
  15. pulumi_harness/autostopping/get_aws_proxy.py +1 -1
  16. pulumi_harness/autostopping/get_azure_gateway.py +1 -1
  17. pulumi_harness/autostopping/get_azure_proxy.py +1 -1
  18. pulumi_harness/autostopping/get_gcp_proxy.py +1 -1
  19. pulumi_harness/autostopping/get_rule_ecs.py +1 -1
  20. pulumi_harness/autostopping/get_rule_rds.py +1 -1
  21. pulumi_harness/autostopping/get_rule_vm.py +1 -1
  22. pulumi_harness/autostopping/get_schedule.py +1 -1
  23. pulumi_harness/autostopping/outputs.py +1 -1
  24. pulumi_harness/autostopping/rule_ecs.py +1 -1
  25. pulumi_harness/autostopping/rule_rds.py +1 -1
  26. pulumi_harness/autostopping/rule_vm.py +1 -1
  27. pulumi_harness/autostopping/schedule.py +1 -1
  28. pulumi_harness/chaos_infrastructure.py +1 -1
  29. pulumi_harness/cloudprovider/__init__.py +1 -1
  30. pulumi_harness/cloudprovider/_inputs.py +1 -1
  31. pulumi_harness/cloudprovider/aws.py +1 -1
  32. pulumi_harness/cloudprovider/azure.py +1 -1
  33. pulumi_harness/cloudprovider/datacenter.py +1 -1
  34. pulumi_harness/cloudprovider/gcp.py +1 -1
  35. pulumi_harness/cloudprovider/get_delegate_ids.py +1 -1
  36. pulumi_harness/cloudprovider/kubernetes.py +1 -1
  37. pulumi_harness/cloudprovider/outputs.py +1 -1
  38. pulumi_harness/cloudprovider/spot.py +1 -1
  39. pulumi_harness/cloudprovider/tanzu.py +1 -1
  40. pulumi_harness/cluster/__init__.py +1 -1
  41. pulumi_harness/cluster/_inputs.py +1 -1
  42. pulumi_harness/cluster/get_orchestrator.py +1 -1
  43. pulumi_harness/cluster/get_orchestrator_config.py +1 -1
  44. pulumi_harness/cluster/orchestrator.py +1 -1
  45. pulumi_harness/cluster/orchestrator_config.py +1 -1
  46. pulumi_harness/cluster/outputs.py +1 -1
  47. pulumi_harness/config/__init__.py +1 -1
  48. pulumi_harness/config/__init__.pyi +1 -1
  49. pulumi_harness/config/vars.py +1 -1
  50. pulumi_harness/delegate_approval.py +1 -1
  51. pulumi_harness/encrypted_text.py +1 -1
  52. pulumi_harness/environment.py +1 -1
  53. pulumi_harness/get_application.py +1 -1
  54. pulumi_harness/get_chaos_infrastructure.py +1 -1
  55. pulumi_harness/get_current_account.py +1 -1
  56. pulumi_harness/get_delegate.py +1 -1
  57. pulumi_harness/get_encrypted_text.py +1 -1
  58. pulumi_harness/get_environment.py +1 -1
  59. pulumi_harness/get_git_connector.py +1 -1
  60. pulumi_harness/get_secret_manager.py +1 -1
  61. pulumi_harness/get_service.py +1 -1
  62. pulumi_harness/get_ssh_credential.py +1 -1
  63. pulumi_harness/get_sso_provider.py +1 -1
  64. pulumi_harness/get_trigger.py +1 -1
  65. pulumi_harness/get_user.py +1 -1
  66. pulumi_harness/get_user_group.py +1 -1
  67. pulumi_harness/get_yaml_config.py +1 -1
  68. pulumi_harness/git_connector.py +1 -1
  69. pulumi_harness/governance/__init__.py +1 -1
  70. pulumi_harness/governance/get_rule.py +1 -1
  71. pulumi_harness/governance/get_rule_enforcement.py +1 -1
  72. pulumi_harness/governance/get_rule_set.py +1 -1
  73. pulumi_harness/governance/rule.py +1 -1
  74. pulumi_harness/governance/rule_enforcement.py +1 -1
  75. pulumi_harness/governance/rule_set.py +1 -1
  76. pulumi_harness/infrastructure_definition.py +1 -1
  77. pulumi_harness/outputs.py +1 -1
  78. pulumi_harness/platform/__init__.py +6 -1
  79. pulumi_harness/platform/_inputs.py +122382 -1
  80. pulumi_harness/platform/app_dynamics_connector.py +1 -1
  81. pulumi_harness/platform/artifactory_connector.py +1 -1
  82. pulumi_harness/platform/aws_cc_connector.py +1 -1
  83. pulumi_harness/platform/aws_connector.py +1 -1
  84. pulumi_harness/platform/aws_kms_connector.py +1 -1
  85. pulumi_harness/platform/aws_secret_manager_connector.py +1 -1
  86. pulumi_harness/platform/azure_cloud_cost_connector.py +1 -1
  87. pulumi_harness/platform/azure_cloud_provider_connector.py +1 -1
  88. pulumi_harness/platform/azure_key_vault_connector.py +1 -1
  89. pulumi_harness/platform/bitbucket_connector.py +1 -1
  90. pulumi_harness/platform/connector_azure_artifacts.py +1 -1
  91. pulumi_harness/platform/connector_azure_repo.py +1 -1
  92. pulumi_harness/platform/connector_custom_secret_manager.py +1 -1
  93. pulumi_harness/platform/connector_customhealthsource.py +1 -1
  94. pulumi_harness/platform/connector_gcp_kms.py +1 -1
  95. pulumi_harness/platform/connector_jdbc.py +1 -1
  96. pulumi_harness/platform/connector_pdc.py +1 -1
  97. pulumi_harness/platform/connector_rancher.py +1 -1
  98. pulumi_harness/platform/dashboard_folders.py +198 -0
  99. pulumi_harness/platform/dashboards.py +710 -0
  100. pulumi_harness/platform/datadog_connector.py +1 -1
  101. pulumi_harness/platform/db_instance.py +1 -1
  102. pulumi_harness/platform/db_schema.py +1 -1
  103. pulumi_harness/platform/delegatetoken.py +1 -1
  104. pulumi_harness/platform/docker_connector.py +1 -1
  105. pulumi_harness/platform/dynatrace_connector.py +1 -1
  106. pulumi_harness/platform/elasticsearch_connector.py +1 -1
  107. pulumi_harness/platform/environment.py +1 -1
  108. pulumi_harness/platform/environment_clusters_mapping.py +1 -1
  109. pulumi_harness/platform/environment_group.py +1 -1
  110. pulumi_harness/platform/environment_service_overrides.py +1 -1
  111. pulumi_harness/platform/feature_flag.py +1 -1
  112. pulumi_harness/platform/feature_flag_api_key.py +1 -1
  113. pulumi_harness/platform/feature_flag_target.py +1 -1
  114. pulumi_harness/platform/feature_flag_target_group.py +1 -1
  115. pulumi_harness/platform/file_store_file.py +1 -1
  116. pulumi_harness/platform/file_store_folder.py +1 -1
  117. pulumi_harness/platform/filters.py +1 -1
  118. pulumi_harness/platform/gcp_cloud_cost_connector.py +1 -1
  119. pulumi_harness/platform/gcp_connector.py +1 -1
  120. pulumi_harness/platform/gcp_secret_manager_connector.py +1 -1
  121. pulumi_harness/platform/get_api_key.py +1 -1
  122. pulumi_harness/platform/get_app_dynamics_connector.py +1 -1
  123. pulumi_harness/platform/get_artifactory_connector.py +1 -1
  124. pulumi_harness/platform/get_aws_cc_connector.py +1 -1
  125. pulumi_harness/platform/get_aws_connector.py +1 -1
  126. pulumi_harness/platform/get_aws_kms_connector.py +1 -1
  127. pulumi_harness/platform/get_aws_secret_manager_connector.py +1 -1
  128. pulumi_harness/platform/get_azure_cloud_cost_connector.py +1 -1
  129. pulumi_harness/platform/get_azure_cloud_provider_connector.py +1 -1
  130. pulumi_harness/platform/get_azure_key_vault_connector.py +1 -1
  131. pulumi_harness/platform/get_bitbucket_connector.py +1 -1
  132. pulumi_harness/platform/get_ccm_filters.py +1 -1
  133. pulumi_harness/platform/get_connector_azure_repo.py +1 -1
  134. pulumi_harness/platform/get_connector_custom_secret_manager.py +1 -1
  135. pulumi_harness/platform/get_connector_customhealthsource.py +1 -1
  136. pulumi_harness/platform/get_connector_gcp_kms.py +1 -1
  137. pulumi_harness/platform/get_connector_jdbc.py +1 -1
  138. pulumi_harness/platform/get_connector_pdc.py +1 -1
  139. pulumi_harness/platform/get_connector_rancher.py +1 -1
  140. pulumi_harness/platform/get_current_account.py +1 -1
  141. pulumi_harness/platform/get_current_user.py +1 -1
  142. pulumi_harness/platform/get_dashboard_folders.py +170 -0
  143. pulumi_harness/platform/get_dashboards.py +285 -0
  144. pulumi_harness/platform/get_datadog_connector.py +1 -1
  145. pulumi_harness/platform/get_db_instance.py +1 -1
  146. pulumi_harness/platform/get_db_schema.py +1 -1
  147. pulumi_harness/platform/get_delegatetoken.py +1 -1
  148. pulumi_harness/platform/get_docker_connector.py +1 -1
  149. pulumi_harness/platform/get_dynatrace_connector.py +1 -1
  150. pulumi_harness/platform/get_elasticsearch_connector.py +1 -1
  151. pulumi_harness/platform/get_environment.py +1 -1
  152. pulumi_harness/platform/get_environment_clusters_mapping.py +1 -1
  153. pulumi_harness/platform/get_environment_group.py +1 -1
  154. pulumi_harness/platform/get_environment_list.py +1 -1
  155. pulumi_harness/platform/get_environment_service_overrides.py +1 -1
  156. pulumi_harness/platform/get_file_store_file.py +1 -1
  157. pulumi_harness/platform/get_file_store_folder.py +1 -1
  158. pulumi_harness/platform/get_filters.py +1 -1
  159. pulumi_harness/platform/get_gcp_cloud_cost_connector.py +1 -1
  160. pulumi_harness/platform/get_gcp_connector.py +1 -1
  161. pulumi_harness/platform/get_gcp_secret_manager_connector.py +1 -1
  162. pulumi_harness/platform/get_git_connector.py +1 -1
  163. pulumi_harness/platform/get_github_connector.py +1 -1
  164. pulumi_harness/platform/get_gitlab_connector.py +1 -1
  165. pulumi_harness/platform/get_gitops_agent.py +1 -1
  166. pulumi_harness/platform/get_gitops_agent_deploy_yaml.py +1 -1
  167. pulumi_harness/platform/get_gitops_agent_operator_yaml.py +1 -1
  168. pulumi_harness/platform/get_gitops_app_project.py +1 -1
  169. pulumi_harness/platform/get_gitops_app_project_mapping.py +1 -1
  170. pulumi_harness/platform/get_gitops_applications.py +1 -1
  171. pulumi_harness/platform/get_gitops_cluster.py +1 -1
  172. pulumi_harness/platform/get_gitops_filters.py +1 -1
  173. pulumi_harness/platform/get_gitops_gnupg.py +1 -1
  174. pulumi_harness/platform/get_gitops_repo_cert.py +1 -1
  175. pulumi_harness/platform/get_gitops_repo_cred.py +1 -1
  176. pulumi_harness/platform/get_gitops_repository.py +1 -1
  177. pulumi_harness/platform/get_gitx_webhook.py +1 -1
  178. pulumi_harness/platform/get_har_registry.py +1 -1
  179. pulumi_harness/platform/get_helm_connector.py +1 -1
  180. pulumi_harness/platform/get_iacm_default_pipeline.py +1 -1
  181. pulumi_harness/platform/get_infra_module.py +1 -1
  182. pulumi_harness/platform/get_infra_variable_set.py +1 -1
  183. pulumi_harness/platform/get_infrastructure.py +1 -1
  184. pulumi_harness/platform/get_input_set.py +1 -1
  185. pulumi_harness/platform/get_jenkins_connector.py +1 -1
  186. pulumi_harness/platform/get_jira_connector.py +1 -1
  187. pulumi_harness/platform/get_kubernetes_cloud_cost_connector.py +1 -1
  188. pulumi_harness/platform/get_kubernetes_connector.py +1 -1
  189. pulumi_harness/platform/get_manual_freeze.py +1 -1
  190. pulumi_harness/platform/get_monitored_service.py +1 -1
  191. pulumi_harness/platform/get_nexus_connector.py +1 -1
  192. pulumi_harness/platform/get_notification_rule.py +1 -1
  193. pulumi_harness/platform/get_oci_helm_connector.py +1 -1
  194. pulumi_harness/platform/get_organization.py +1 -1
  195. pulumi_harness/platform/get_overrides.py +1 -1
  196. pulumi_harness/platform/get_pagerduty_connector.py +1 -1
  197. pulumi_harness/platform/get_permissions.py +1 -1
  198. pulumi_harness/platform/get_pipeline.py +1 -1
  199. pulumi_harness/platform/get_pipeline_filters.py +1 -1
  200. pulumi_harness/platform/get_pipeline_list.py +1 -1
  201. pulumi_harness/platform/get_policy.py +1 -1
  202. pulumi_harness/platform/get_policy_set.py +1 -1
  203. pulumi_harness/platform/get_project.py +1 -1
  204. pulumi_harness/platform/get_project_list.py +1 -1
  205. pulumi_harness/platform/get_prometheus_connector.py +1 -1
  206. pulumi_harness/platform/get_provider.py +1 -1
  207. pulumi_harness/platform/get_repo.py +1 -1
  208. pulumi_harness/platform/get_repo_rule_branch.py +1 -1
  209. pulumi_harness/platform/get_repo_webhook.py +1 -1
  210. pulumi_harness/platform/get_resource_group.py +1 -1
  211. pulumi_harness/platform/get_role_assignments.py +1 -1
  212. pulumi_harness/platform/get_roles.py +1 -1
  213. pulumi_harness/platform/get_secret_file.py +1 -1
  214. pulumi_harness/platform/get_secret_sshkey.py +1 -1
  215. pulumi_harness/platform/get_secret_text.py +1 -1
  216. pulumi_harness/platform/get_service.py +1 -1
  217. pulumi_harness/platform/get_service_account.py +1 -1
  218. pulumi_harness/platform/get_service_list.py +1 -1
  219. pulumi_harness/platform/get_service_now_connector.py +1 -1
  220. pulumi_harness/platform/get_service_overrides_v2.py +1 -1
  221. pulumi_harness/platform/get_slo.py +1 -1
  222. pulumi_harness/platform/get_splunk_connector.py +1 -1
  223. pulumi_harness/platform/get_spot_connector.py +1 -1
  224. pulumi_harness/platform/get_sumologic_connector.py +1 -1
  225. pulumi_harness/platform/get_tas_connector.py +1 -1
  226. pulumi_harness/platform/get_template.py +1 -1
  227. pulumi_harness/platform/get_template_filters.py +1 -1
  228. pulumi_harness/platform/get_terraform_cloud_connector.py +1 -1
  229. pulumi_harness/platform/get_token.py +1 -1
  230. pulumi_harness/platform/get_triggers.py +1 -1
  231. pulumi_harness/platform/get_user.py +1 -1
  232. pulumi_harness/platform/get_usergroup.py +1 -1
  233. pulumi_harness/platform/get_variables.py +1 -1
  234. pulumi_harness/platform/get_vault_connector.py +1 -1
  235. pulumi_harness/platform/get_workspace.py +24 -4
  236. pulumi_harness/platform/get_workspace_output_value.py +1 -1
  237. pulumi_harness/platform/git_connector.py +1 -1
  238. pulumi_harness/platform/git_ops_agent.py +1 -1
  239. pulumi_harness/platform/git_ops_applications.py +1 -1
  240. pulumi_harness/platform/git_ops_cluster.py +1 -1
  241. pulumi_harness/platform/git_ops_gnupg.py +1 -1
  242. pulumi_harness/platform/git_ops_repo_cert.py +1 -1
  243. pulumi_harness/platform/git_ops_repo_cred.py +1 -1
  244. pulumi_harness/platform/git_ops_repository.py +1 -1
  245. pulumi_harness/platform/github_connector.py +1 -1
  246. pulumi_harness/platform/gitlab_connector.py +1 -1
  247. pulumi_harness/platform/gitops_app_project.py +1 -1
  248. pulumi_harness/platform/gitops_app_project_mapping.py +1 -1
  249. pulumi_harness/platform/gitops_applicationset.py +374 -0
  250. pulumi_harness/platform/gitops_filters.py +1 -1
  251. pulumi_harness/platform/gitx_webhook.py +1 -1
  252. pulumi_harness/platform/har_registry.py +1 -1
  253. pulumi_harness/platform/helm_connector.py +1 -1
  254. pulumi_harness/platform/iacm_default_pipeline.py +1 -1
  255. pulumi_harness/platform/infra_module.py +1 -1
  256. pulumi_harness/platform/infra_variable_set.py +1 -1
  257. pulumi_harness/platform/infrastructure.py +1 -1
  258. pulumi_harness/platform/input_set.py +1 -1
  259. pulumi_harness/platform/jenkins_connector.py +1 -1
  260. pulumi_harness/platform/jira_connector.py +1 -1
  261. pulumi_harness/platform/kubernetes_cloud_cost_connector.py +12 -32
  262. pulumi_harness/platform/kubernetes_connector.py +1 -1
  263. pulumi_harness/platform/manual_freeze.py +1 -1
  264. pulumi_harness/platform/monitored_service.py +1 -1
  265. pulumi_harness/platform/newrelic_connector.py +1 -1
  266. pulumi_harness/platform/nexus_connector.py +1 -1
  267. pulumi_harness/platform/notification_rule.py +1 -1
  268. pulumi_harness/platform/oci_helm_connector.py +1 -1
  269. pulumi_harness/platform/organization.py +1 -1
  270. pulumi_harness/platform/outputs.py +86775 -1
  271. pulumi_harness/platform/overrides.py +1 -1
  272. pulumi_harness/platform/pagerduty_connector.py +1 -1
  273. pulumi_harness/platform/pipeline.py +1 -1
  274. pulumi_harness/platform/pipeline_filters.py +1 -1
  275. pulumi_harness/platform/policy.py +1 -1
  276. pulumi_harness/platform/policy_set.py +1 -1
  277. pulumi_harness/platform/project.py +1 -1
  278. pulumi_harness/platform/prometheus_connector.py +1 -1
  279. pulumi_harness/platform/provider.py +1 -1
  280. pulumi_harness/platform/repo.py +1 -1
  281. pulumi_harness/platform/repo_rule_branch.py +1 -1
  282. pulumi_harness/platform/repo_webhook.py +1 -1
  283. pulumi_harness/platform/resource_group.py +1 -1
  284. pulumi_harness/platform/role_assignments.py +1 -1
  285. pulumi_harness/platform/roles.py +1 -1
  286. pulumi_harness/platform/secret_file.py +1 -1
  287. pulumi_harness/platform/secret_sshkey.py +1 -1
  288. pulumi_harness/platform/secret_text.py +1 -1
  289. pulumi_harness/platform/service.py +1 -1
  290. pulumi_harness/platform/service_account.py +1 -1
  291. pulumi_harness/platform/service_now_connector.py +1 -1
  292. pulumi_harness/platform/service_overrides_v2.py +1 -1
  293. pulumi_harness/platform/slo.py +1 -1
  294. pulumi_harness/platform/splunk_connector.py +1 -1
  295. pulumi_harness/platform/spot_connector.py +1 -1
  296. pulumi_harness/platform/sumologic_connector.py +1 -1
  297. pulumi_harness/platform/tas_connector.py +1 -1
  298. pulumi_harness/platform/template.py +1 -1
  299. pulumi_harness/platform/template_filters.py +1 -1
  300. pulumi_harness/platform/terraform_cloud_connector.py +1 -1
  301. pulumi_harness/platform/token.py +1 -1
  302. pulumi_harness/platform/triggers.py +1 -1
  303. pulumi_harness/platform/user.py +1 -1
  304. pulumi_harness/platform/usergroup.py +1 -1
  305. pulumi_harness/platform/variables.py +1 -1
  306. pulumi_harness/platform/vault_connector.py +1 -1
  307. pulumi_harness/platform/workspace.py +65 -19
  308. pulumi_harness/platform_api_key.py +1 -1
  309. pulumi_harness/platform_ccm_filters.py +1 -1
  310. pulumi_harness/provider.py +1 -1
  311. pulumi_harness/pulumi-plugin.json +1 -1
  312. pulumi_harness/service/__init__.py +1 -1
  313. pulumi_harness/service/_inputs.py +1 -1
  314. pulumi_harness/service/ami.py +1 -1
  315. pulumi_harness/service/codedeploy.py +1 -1
  316. pulumi_harness/service/ecs.py +1 -1
  317. pulumi_harness/service/helm.py +1 -1
  318. pulumi_harness/service/kubernetes.py +1 -1
  319. pulumi_harness/service/lambda_.py +1 -1
  320. pulumi_harness/service/outputs.py +1 -1
  321. pulumi_harness/service/ssh.py +1 -1
  322. pulumi_harness/service/tanzu.py +1 -1
  323. pulumi_harness/service/winrm.py +1 -1
  324. pulumi_harness/ssh_credential.py +1 -1
  325. pulumi_harness/user.py +1 -1
  326. pulumi_harness/user_group.py +1 -1
  327. pulumi_harness/user_group_permissions.py +1 -1
  328. pulumi_harness/yaml_config.py +1 -1
  329. {pulumi_harness-0.7.4.dist-info → pulumi_harness-0.7.5.dist-info}/METADATA +1 -1
  330. pulumi_harness-0.7.5.dist-info/RECORD +333 -0
  331. {pulumi_harness-0.7.4.dist-info → pulumi_harness-0.7.5.dist-info}/WHEEL +1 -1
  332. pulumi_harness-0.7.4.dist-info/RECORD +0 -328
  333. {pulumi_harness-0.7.4.dist-info → pulumi_harness-0.7.5.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -509,6 +509,22 @@ _utilities.register(
509
509
  "harness:platform/connectorRancher:ConnectorRancher": "ConnectorRancher"
510
510
  }
511
511
  },
512
+ {
513
+ "pkg": "harness",
514
+ "mod": "platform/dashboardFolders",
515
+ "fqn": "pulumi_harness.platform",
516
+ "classes": {
517
+ "harness:platform/dashboardFolders:DashboardFolders": "DashboardFolders"
518
+ }
519
+ },
520
+ {
521
+ "pkg": "harness",
522
+ "mod": "platform/dashboards",
523
+ "fqn": "pulumi_harness.platform",
524
+ "classes": {
525
+ "harness:platform/dashboards:Dashboards": "Dashboards"
526
+ }
527
+ },
512
528
  {
513
529
  "pkg": "harness",
514
530
  "mod": "platform/datadogConnector",
@@ -773,6 +789,14 @@ _utilities.register(
773
789
  "harness:platform/gitopsAppProjectMapping:GitopsAppProjectMapping": "GitopsAppProjectMapping"
774
790
  }
775
791
  },
792
+ {
793
+ "pkg": "harness",
794
+ "mod": "platform/gitopsApplicationset",
795
+ "fqn": "pulumi_harness.platform",
796
+ "classes": {
797
+ "harness:platform/gitopsApplicationset:GitopsApplicationset": "GitopsApplicationset"
798
+ }
799
+ },
776
800
  {
777
801
  "pkg": "harness",
778
802
  "mod": "platform/gitopsFilters",
pulumi_harness/_inputs.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins