pulumi-kafka 3.10.0a1746424828__tar.gz → 3.10.0a1746770297__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.

Potentially problematic release.


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

Files changed (22) hide show
  1. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/PKG-INFO +3 -3
  2. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/acl.py +1 -3
  3. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/provider.py +21 -3
  4. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/pulumi-plugin.json +1 -1
  5. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/quota.py +1 -3
  6. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/topic.py +1 -3
  7. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/user_scram_credential.py +1 -3
  8. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka.egg-info/PKG-INFO +3 -3
  9. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka.egg-info/requires.txt +2 -2
  10. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pyproject.toml +2 -2
  11. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/README.md +0 -0
  12. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/__init__.py +0 -0
  13. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/_utilities.py +0 -0
  14. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/config/__init__.py +0 -0
  15. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/config/__init__.pyi +0 -0
  16. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/config/vars.py +0 -0
  17. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/get_topic.py +0 -0
  18. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka/py.typed +0 -0
  19. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka.egg-info/SOURCES.txt +0 -0
  20. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka.egg-info/dependency_links.txt +0 -0
  21. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/pulumi_kafka.egg-info/top_level.txt +0 -0
  22. {pulumi_kafka-3.10.0a1746424828 → pulumi_kafka-3.10.0a1746770297}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_kafka
3
- Version: 3.10.0a1746424828
3
+ Version: 3.10.0a1746770297
4
4
  Summary: A Pulumi package for creating and managing Kafka.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,kafka
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-kafka/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-kafka/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -275,10 +275,8 @@ class _AclState:
275
275
  pulumi.set(self, "resource_pattern_type_filter", value)
276
276
 
277
277
 
278
+ @pulumi.type_token("kafka:index/acl:Acl")
278
279
  class Acl(pulumi.CustomResource):
279
-
280
- pulumi_type = "kafka:index/acl:Acl"
281
-
282
280
  @overload
283
281
  def __init__(__self__,
284
282
  resource_name: str,
@@ -444,10 +444,8 @@ class ProviderArgs:
444
444
  pulumi.set(self, "tls_enabled", value)
445
445
 
446
446
 
447
+ @pulumi.type_token("pulumi:providers:kafka")
447
448
  class Provider(pulumi.ProviderResource):
448
-
449
- pulumi_type = "pulumi:providers:kafka"
450
-
451
449
  @overload
452
450
  def __init__(__self__,
453
451
  resource_name: str,
@@ -777,3 +775,23 @@ class Provider(pulumi.ProviderResource):
777
775
  """
778
776
  return pulumi.get(self, "sasl_username")
779
777
 
778
+ @pulumi.output_type
779
+ class TerraformConfigResult:
780
+ def __init__(__self__, result=None):
781
+ if result and not isinstance(result, dict):
782
+ raise TypeError("Expected argument 'result' to be a dict")
783
+ pulumi.set(__self__, "result", result)
784
+
785
+ @property
786
+ @pulumi.getter
787
+ def result(self) -> Mapping[str, Any]:
788
+ return pulumi.get(self, "result")
789
+
790
+ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
791
+ """
792
+ This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
793
+ """
794
+ __args__ = dict()
795
+ __args__['__self__'] = __self__
796
+ return pulumi.runtime.call('pulumi:providers:kafka/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
797
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "kafka",
4
- "version": "3.10.0-alpha.1746424828"
4
+ "version": "3.10.0-alpha.1746770297"
5
5
  }
@@ -127,10 +127,8 @@ class _QuotaState:
127
127
  pulumi.set(self, "entity_type", value)
128
128
 
129
129
 
130
+ @pulumi.type_token("kafka:index/quota:Quota")
130
131
  class Quota(pulumi.CustomResource):
131
-
132
- pulumi_type = "kafka:index/quota:Quota"
133
-
134
132
  @overload
135
133
  def __init__(__self__,
136
134
  resource_name: str,
@@ -159,10 +159,8 @@ class _TopicState:
159
159
  pulumi.set(self, "replication_factor", value)
160
160
 
161
161
 
162
+ @pulumi.type_token("kafka:index/topic:Topic")
162
163
  class Topic(pulumi.CustomResource):
163
-
164
- pulumi_type = "kafka:index/topic:Topic"
165
-
166
164
  @overload
167
165
  def __init__(__self__,
168
166
  resource_name: str,
@@ -158,10 +158,8 @@ class _UserScramCredentialState:
158
158
  pulumi.set(self, "username", value)
159
159
 
160
160
 
161
+ @pulumi.type_token("kafka:index/userScramCredential:UserScramCredential")
161
162
  class UserScramCredential(pulumi.CustomResource):
162
-
163
- pulumi_type = "kafka:index/userScramCredential:UserScramCredential"
164
-
165
163
  @overload
166
164
  def __init__(__self__,
167
165
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_kafka
3
- Version: 3.10.0a1746424828
3
+ Version: 3.10.0a1746770297
4
4
  Summary: A Pulumi package for creating and managing Kafka.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,kafka
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-kafka/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-kafka/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -1,6 +1,6 @@
1
1
  parver>=0.2.1
2
- pulumi<4.0.0,>=3.142.0
2
+ pulumi<4.0.0,>=3.165.0
3
3
  semver>=2.8.1
4
4
 
5
5
  [:python_version < "3.11"]
6
- typing-extensions>=4.11
6
+ typing-extensions<5,>=4.11
@@ -1,11 +1,11 @@
1
1
  [project]
2
2
  name = "pulumi_kafka"
3
3
  description = "A Pulumi package for creating and managing Kafka."
4
- dependencies = ["parver>=0.2.1", "pulumi>=3.142.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11; python_version < \"3.11\""]
4
+ dependencies = ["parver>=0.2.1", "pulumi>=3.165.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11,<5; python_version < \"3.11\""]
5
5
  keywords = ["pulumi", "kafka"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "3.10.0a1746424828"
8
+ version = "3.10.0a1746770297"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]