pulumi-external 0.1.0a1746164779__py3-none-any.whl → 0.1.0a1746733964__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-external might be problematic. Click here for more details.
- pulumi_external/provider.py +21 -3
- pulumi_external/pulumi-plugin.json +1 -1
- {pulumi_external-0.1.0a1746164779.dist-info → pulumi_external-0.1.0a1746733964.dist-info}/METADATA +3 -3
- pulumi_external-0.1.0a1746733964.dist-info/RECORD +10 -0
- {pulumi_external-0.1.0a1746164779.dist-info → pulumi_external-0.1.0a1746733964.dist-info}/WHEEL +1 -1
- pulumi_external-0.1.0a1746164779.dist-info/RECORD +0 -10
- {pulumi_external-0.1.0a1746164779.dist-info → pulumi_external-0.1.0a1746733964.dist-info}/top_level.txt +0 -0
pulumi_external/provider.py
CHANGED
|
@@ -26,10 +26,8 @@ class ProviderArgs:
|
|
|
26
26
|
pass
|
|
27
27
|
|
|
28
28
|
|
|
29
|
+
@pulumi.type_token("pulumi:providers:external")
|
|
29
30
|
class Provider(pulumi.ProviderResource):
|
|
30
|
-
|
|
31
|
-
pulumi_type = "pulumi:providers:external"
|
|
32
|
-
|
|
33
31
|
@overload
|
|
34
32
|
def __init__(__self__,
|
|
35
33
|
resource_name: str,
|
|
@@ -86,3 +84,23 @@ class Provider(pulumi.ProviderResource):
|
|
|
86
84
|
__props__,
|
|
87
85
|
opts)
|
|
88
86
|
|
|
87
|
+
@pulumi.output_type
|
|
88
|
+
class TerraformConfigResult:
|
|
89
|
+
def __init__(__self__, result=None):
|
|
90
|
+
if result and not isinstance(result, dict):
|
|
91
|
+
raise TypeError("Expected argument 'result' to be a dict")
|
|
92
|
+
pulumi.set(__self__, "result", result)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def result(self) -> Mapping[str, Any]:
|
|
97
|
+
return pulumi.get(self, "result")
|
|
98
|
+
|
|
99
|
+
def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
|
|
100
|
+
"""
|
|
101
|
+
This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
|
|
102
|
+
"""
|
|
103
|
+
__args__ = dict()
|
|
104
|
+
__args__['__self__'] = __self__
|
|
105
|
+
return pulumi.runtime.call('pulumi:providers:external/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
|
|
106
|
+
|
{pulumi_external-0.1.0a1746164779.dist-info → pulumi_external-0.1.0a1746733964.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_external
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a1746733964
|
|
4
4
|
Summary: A Pulumi package for creating and managing External cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://www.pulumi.com/
|
|
@@ -9,9 +9,9 @@ Keywords: pulumi,category/cloud
|
|
|
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.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
[](https://github.com/pulumi/pulumi-external/actions)
|
|
17
17
|
[](https://www.npmjs.com/package/@pulumi/external)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
pulumi_external/__init__.py,sha256=4A6i7MkBTmdMDJzjUsc3S-RyIZTXhcAahggsdpaYaCk,543
|
|
2
|
+
pulumi_external/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
3
|
+
pulumi_external/get_external.py,sha256=ECCP3EhUQfMNYxwHHCwJiSHLJG8S_WpKJRaHzsAx-PI,6072
|
|
4
|
+
pulumi_external/provider.py,sha256=qk7mE6Z6r4vhEjF53zLJ1cEM6wKWTpXom6wnqw9tK0g,4535
|
|
5
|
+
pulumi_external/pulumi-plugin.json,sha256=zSXKpVgfLE80tuhv9vMnPkIeIaQqUmj4WlNpCqZEE9E,84
|
|
6
|
+
pulumi_external/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
pulumi_external-0.1.0a1746733964.dist-info/METADATA,sha256=Z6XEDVtDIWEuL4EA1-kVP6txnbtPlpQLwEBZwLS_5do,2924
|
|
8
|
+
pulumi_external-0.1.0a1746733964.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
9
|
+
pulumi_external-0.1.0a1746733964.dist-info/top_level.txt,sha256=t7hgnv-OP81bfORFmxEYvLRitrdZnGX0NJZDGTto33U,16
|
|
10
|
+
pulumi_external-0.1.0a1746733964.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pulumi_external/__init__.py,sha256=4A6i7MkBTmdMDJzjUsc3S-RyIZTXhcAahggsdpaYaCk,543
|
|
2
|
-
pulumi_external/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
3
|
-
pulumi_external/get_external.py,sha256=ECCP3EhUQfMNYxwHHCwJiSHLJG8S_WpKJRaHzsAx-PI,6072
|
|
4
|
-
pulumi_external/provider.py,sha256=FElLsGSOheQyz4LTuqqPwqf6NI44lE4fx1K5_vHBzvw,3664
|
|
5
|
-
pulumi_external/pulumi-plugin.json,sha256=kax6p_rnrvoFmOQ38aN8EpeXjc_hEAe0C8oJDNocZjo,84
|
|
6
|
-
pulumi_external/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
pulumi_external-0.1.0a1746164779.dist-info/METADATA,sha256=IV2qY-pWbeVY-9F3PIbTqnRL5vO9hvcZ2iiP4aRs2zM,2921
|
|
8
|
-
pulumi_external-0.1.0a1746164779.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
|
9
|
-
pulumi_external-0.1.0a1746164779.dist-info/top_level.txt,sha256=t7hgnv-OP81bfORFmxEYvLRitrdZnGX0NJZDGTto33U,16
|
|
10
|
-
pulumi_external-0.1.0a1746164779.dist-info/RECORD,,
|
|
File without changes
|