pulumi-ise 0.2.3__tar.gz → 0.2.4__tar.gz

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 (136) hide show
  1. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/PKG-INFO +1 -1
  2. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/__init__.py +1 -1
  3. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/_utilities.py +1 -1
  4. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/config/__init__.py +1 -1
  5. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/config/__init__.pyi +1 -1
  6. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/config/vars.py +1 -1
  7. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/__init__.py +1 -1
  8. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/_inputs.py +1 -1
  9. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +1 -1
  10. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authentication_rule.py +1 -1
  11. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -1
  12. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -1
  13. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -1
  14. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -1
  15. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -1
  16. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -1
  17. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -1
  18. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -1
  19. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_rule.py +1 -1
  20. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -1
  21. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -1
  22. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/condition.py +1 -1
  23. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +1 -1
  24. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_authentication_rule.py +1 -1
  25. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_authorization_exception_rule.py +1 -1
  26. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +1 -1
  27. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_authorization_rule.py +1 -1
  28. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_condition.py +1 -1
  29. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_policy_set.py +1 -1
  30. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_tacacs_command_set.py +1 -1
  31. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_tacacs_profile.py +1 -1
  32. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/get_time_and_date_condition.py +1 -1
  33. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/outputs.py +1 -1
  34. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/policy_set.py +1 -1
  35. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -1
  36. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -1
  37. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/tacacs_command_set.py +1 -1
  38. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/tacacs_profile.py +1 -1
  39. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/deviceadmin/time_and_date_condition.py +1 -1
  40. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/__init__.py +1 -1
  41. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/_inputs.py +1 -1
  42. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -1
  43. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -1
  44. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/active_directory_join_point.py +1 -1
  45. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -1
  46. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/endpoint.py +1 -1
  47. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/endpoint_custom_attribute.py +1 -1
  48. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -1
  49. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +1 -1
  50. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_active_directory_join_point.py +1 -1
  51. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +1 -1
  52. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_endpoint.py +1 -1
  53. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_endpoint_custom_attribute.py +1 -1
  54. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_endpoint_identity_group.py +1 -1
  55. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_identity_source_sequence.py +1 -1
  56. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_internal_user.py +1 -1
  57. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/get_user_identity_group.py +1 -1
  58. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/identity_source_sequence.py +1 -1
  59. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/internal_user.py +1 -1
  60. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/outputs.py +1 -1
  61. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/identitymanagement/user_identity_group.py +1 -1
  62. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/__init__.py +1 -1
  63. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/_inputs.py +1 -1
  64. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/device.py +1 -1
  65. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/device_group.py +1 -1
  66. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/get_device.py +1 -1
  67. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/get_device_group.py +1 -1
  68. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/network/outputs.py +1 -1
  69. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/__init__.py +1 -1
  70. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/_inputs.py +1 -1
  71. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/allowed_protocols.py +1 -1
  72. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authentication_rule.py +1 -1
  73. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -1
  74. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -1
  75. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_exception_rule.py +1 -1
  76. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -1
  77. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -1
  78. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -1
  79. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -1
  80. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -1
  81. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_profile.py +1 -1
  82. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_rule.py +1 -1
  83. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -1
  84. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -1
  85. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/condition.py +1 -1
  86. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/dictionary.py +1 -1
  87. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/downloadable_acl.py +1 -1
  88. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_allowed_protocols.py +1 -1
  89. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_authentication_rule.py +1 -1
  90. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_authorization_exception_rule.py +1 -1
  91. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +1 -1
  92. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_authorization_profile.py +1 -1
  93. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_authorization_rule.py +1 -1
  94. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_condition.py +1 -1
  95. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_dictionary.py +1 -1
  96. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_downloadable_acl.py +1 -1
  97. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_policy_set.py +1 -1
  98. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/get_time_and_date_condition.py +1 -1
  99. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/outputs.py +1 -1
  100. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/policy_set.py +1 -1
  101. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/policy_set_update_rank.py +1 -1
  102. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -1
  103. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/networkaccess/time_and_date_condition.py +1 -1
  104. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/provider.py +1 -1
  105. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/pulumi-plugin.json +1 -1
  106. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/__init__.py +1 -1
  107. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/_inputs.py +1 -1
  108. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/get_license_tier_state.py +1 -1
  109. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/get_repository.py +1 -1
  110. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/license_tier_state.py +1 -1
  111. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/outputs.py +1 -1
  112. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/system/repository.py +1 -1
  113. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/__init__.py +1 -1
  114. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/egress_matrix_cell.py +1 -1
  115. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -1
  116. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_egress_matrix_cell.py +1 -1
  117. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_egress_matrix_cell_default.py +1 -1
  118. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +1 -1
  119. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +1 -1
  120. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_security_group.py +1 -1
  121. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_security_group_acl.py +1 -1
  122. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/get_sxp_domain_filter.py +1 -1
  123. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -1
  124. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -1
  125. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/security_group.py +1 -1
  126. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/security_group_acl.py +1 -1
  127. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/trustsec/sxp_domain_filter.py +1 -1
  128. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise.egg-info/PKG-INFO +1 -1
  129. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pyproject.toml +1 -1
  130. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/README.md +0 -0
  131. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise/py.typed +0 -0
  132. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise.egg-info/SOURCES.txt +0 -0
  133. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise.egg-info/dependency_links.txt +0 -0
  134. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise.egg-info/requires.txt +0 -0
  135. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/pulumi_ise.egg-info/top_level.txt +0 -0
  136. {pulumi_ise-0.2.3 → pulumi_ise-0.2.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_ise
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A Pulumi package for managing resources on a Cisco ISE (Identity Service Engine) instance.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -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
@@ -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