pulumiverse-cpln 0.0.61__tar.gz → 0.1.0a1752078769__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.
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/PKG-INFO +8 -7
- pulumiverse_cpln-0.1.0a1752078769/pulumiverse_cpln/config/__init__.pyi +48 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_image.py +4 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_location.py +6 -6
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_locations.py +4 -4
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/mk8s_kubeconfig.py +12 -4
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/pulumi-plugin.json +1 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/PKG-INFO +9 -8
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/SOURCES.txt +2 -2
- pulumiverse_cpln-0.1.0a1752078769/pyproject.toml +22 -0
- pulumiverse_cpln-0.0.61/pulumiverse_cpln.egg-info/not-zip-safe +0 -1
- pulumiverse_cpln-0.0.61/setup.py +0 -46
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/README.md +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/__init__.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/_inputs.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/_utilities.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/agent.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/audit_context.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/config/__init__.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/config/vars.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/custom_location.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/domain.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/domain_route.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_gvc.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_images.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_org.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_secret.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/group.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/gvc.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/identity.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/ip_set.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/location.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/mk8s.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/org.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/org_logging.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/org_tracing.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/outputs.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/policy.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/provider.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/py.typed +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/secret.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/service_account.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/service_account_key.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/volume_set.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/workload.py +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/dependency_links.txt +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/requires.txt +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/top_level.txt +0 -0
- {pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/setup.cfg +0 -0
@@ -1,14 +1,17 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: pulumiverse_cpln
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.1.0a1752078769
|
4
4
|
Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
|
5
|
-
Home-page: https://www.pulumi.com
|
6
5
|
License: Apache-2.0
|
6
|
+
Project-URL: Homepage, https://www.controlplane.com
|
7
7
|
Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
|
8
|
-
Keywords: pulumi
|
9
|
-
Platform: UNKNOWN
|
8
|
+
Keywords: pulumi,cpln,category/infrastructure
|
10
9
|
Requires-Python: >=3.9
|
11
10
|
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: parver>=0.2.1
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.0.0
|
13
|
+
Requires-Dist: semver>=2.8.1
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
12
15
|
|
13
16
|
# Control Plane (cpln) Resource Provider
|
14
17
|
|
@@ -69,5 +72,3 @@ The following configuration points are available for the `cpln` provider:
|
|
69
72
|
## Reference
|
70
73
|
|
71
74
|
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
|
72
|
-
|
73
|
-
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
endpoint: Optional[str]
|
19
|
+
"""
|
20
|
+
The Control Plane Data Service API endpoint. Default is: https://api.cpln.io. Can be specified with the CPLN_ENDPOINT
|
21
|
+
environment variable.
|
22
|
+
"""
|
23
|
+
|
24
|
+
org: Optional[str]
|
25
|
+
"""
|
26
|
+
The Control Plane org that this provider will perform actions against. Can be specified with the CPLN_ORG environment
|
27
|
+
variable.
|
28
|
+
"""
|
29
|
+
|
30
|
+
profile: Optional[str]
|
31
|
+
"""
|
32
|
+
The user/service account profile that this provider will use to authenticate to the data service. Can be specified with
|
33
|
+
the CPLN_PROFILE environment variable.
|
34
|
+
"""
|
35
|
+
|
36
|
+
refreshToken: Optional[str]
|
37
|
+
"""
|
38
|
+
A generated token that can be used to authenticate to the data service API. Can be specified with the CPLN_REFRESH_TOKEN
|
39
|
+
environment variable. Used when the provider is required to create an org or update the auth_config property. Refer to
|
40
|
+
the section above on how to obtain the refresh token.
|
41
|
+
"""
|
42
|
+
|
43
|
+
token: Optional[str]
|
44
|
+
"""
|
45
|
+
A generated token that can be used to authenticate to the data service API. Can be specified with the CPLN_TOKEN
|
46
|
+
environment variable.
|
47
|
+
"""
|
48
|
+
|
@@ -181,7 +181,9 @@ def get_image(name: Optional[builtins.str] = None,
|
|
181
181
|
import pulumi
|
182
182
|
import pulumi_cpln as cpln
|
183
183
|
|
184
|
+
# Get latest image
|
184
185
|
image_name_only = cpln.get_image(name="IMAGE_NAME")
|
186
|
+
# Get Specific image
|
185
187
|
image_name_with_tag = cpln.get_image(name="IMAGE_NAME:TAG")
|
186
188
|
pulumi.export("latestImage", image_name_only)
|
187
189
|
pulumi.export("specificImage", image_name_with_tag)
|
@@ -256,7 +258,9 @@ def get_image_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
256
258
|
import pulumi
|
257
259
|
import pulumi_cpln as cpln
|
258
260
|
|
261
|
+
# Get latest image
|
259
262
|
image_name_only = cpln.get_image(name="IMAGE_NAME")
|
263
|
+
# Get Specific image
|
260
264
|
image_name_with_tag = cpln.get_image(name="IMAGE_NAME:TAG")
|
261
265
|
pulumi.export("latestImage", image_name_only)
|
262
266
|
pulumi.export("specificImage", image_name_with_tag)
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_location.py
RENAMED
@@ -182,9 +182,9 @@ def get_location(name: Optional[builtins.str] = None,
|
|
182
182
|
import pulumi
|
183
183
|
import pulumi_cpln as cpln
|
184
184
|
|
185
|
-
|
186
|
-
pulumi.export("location",
|
187
|
-
pulumi.export("locationEnabled",
|
185
|
+
location = cpln.get_location(name="aws-us-west-2")
|
186
|
+
pulumi.export("location", location)
|
187
|
+
pulumi.export("locationEnabled", location.enabled)
|
188
188
|
```
|
189
189
|
"""
|
190
190
|
__args__ = dict()
|
@@ -249,9 +249,9 @@ def get_location_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
249
249
|
import pulumi
|
250
250
|
import pulumi_cpln as cpln
|
251
251
|
|
252
|
-
|
253
|
-
pulumi.export("location",
|
254
|
-
pulumi.export("locationEnabled",
|
252
|
+
location = cpln.get_location(name="aws-us-west-2")
|
253
|
+
pulumi.export("location", location)
|
254
|
+
pulumi.export("locationEnabled", location.enabled)
|
255
255
|
```
|
256
256
|
"""
|
257
257
|
__args__ = dict()
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_locations.py
RENAMED
@@ -104,8 +104,8 @@ def get_locations(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetLo
|
|
104
104
|
import pulumi
|
105
105
|
import pulumi_cpln as cpln
|
106
106
|
|
107
|
-
|
108
|
-
pulumi.export("locations",
|
107
|
+
locations = cpln.get_locations()
|
108
|
+
pulumi.export("locations", locations.locations)
|
109
109
|
```
|
110
110
|
"""
|
111
111
|
__args__ = dict()
|
@@ -159,8 +159,8 @@ def get_locations_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.Invok
|
|
159
159
|
import pulumi
|
160
160
|
import pulumi_cpln as cpln
|
161
161
|
|
162
|
-
|
163
|
-
pulumi.export("locations",
|
162
|
+
locations = cpln.get_locations()
|
163
|
+
pulumi.export("locations", locations.locations)
|
164
164
|
```
|
165
165
|
"""
|
166
166
|
__args__ = dict()
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/mk8s_kubeconfig.py
RENAMED
@@ -183,7 +183,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
|
|
183
183
|
import pulumi
|
184
184
|
import pulumiverse_cpln as cpln
|
185
185
|
|
186
|
-
new = cpln.Mk8sKubeconfig("new",
|
186
|
+
new = cpln.Mk8sKubeconfig("new",
|
187
|
+
name="generic-cluster",
|
188
|
+
profile="default")
|
187
189
|
pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
|
188
190
|
```
|
189
191
|
|
@@ -193,7 +195,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
|
|
193
195
|
import pulumi
|
194
196
|
import pulumiverse_cpln as cpln
|
195
197
|
|
196
|
-
new = cpln.Mk8sKubeconfig("new",
|
198
|
+
new = cpln.Mk8sKubeconfig("new",
|
199
|
+
name="generic-cluster",
|
200
|
+
service_account="devops-sa")
|
197
201
|
pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
|
198
202
|
```
|
199
203
|
|
@@ -237,7 +241,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
|
|
237
241
|
import pulumi
|
238
242
|
import pulumiverse_cpln as cpln
|
239
243
|
|
240
|
-
new = cpln.Mk8sKubeconfig("new",
|
244
|
+
new = cpln.Mk8sKubeconfig("new",
|
245
|
+
name="generic-cluster",
|
246
|
+
profile="default")
|
241
247
|
pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
|
242
248
|
```
|
243
249
|
|
@@ -247,7 +253,9 @@ class Mk8sKubeconfig(pulumi.CustomResource):
|
|
247
253
|
import pulumi
|
248
254
|
import pulumiverse_cpln as cpln
|
249
255
|
|
250
|
-
new = cpln.Mk8sKubeconfig("new",
|
256
|
+
new = cpln.Mk8sKubeconfig("new",
|
257
|
+
name="generic-cluster",
|
258
|
+
service_account="devops-sa")
|
251
259
|
pulumi.export("generic-cluster-kubeconfig", new.kubeconfig)
|
252
260
|
```
|
253
261
|
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/PKG-INFO
RENAMED
@@ -1,14 +1,17 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 0.
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: pulumiverse_cpln
|
3
|
+
Version: 0.1.0a1752078769
|
4
4
|
Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
|
5
|
-
Home-page: https://www.pulumi.com
|
6
5
|
License: Apache-2.0
|
6
|
+
Project-URL: Homepage, https://www.controlplane.com
|
7
7
|
Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
|
8
|
-
Keywords: pulumi
|
9
|
-
Platform: UNKNOWN
|
8
|
+
Keywords: pulumi,cpln,category/infrastructure
|
10
9
|
Requires-Python: >=3.9
|
11
10
|
Description-Content-Type: text/markdown
|
11
|
+
Requires-Dist: parver>=0.2.1
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.0.0
|
13
|
+
Requires-Dist: semver>=2.8.1
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
12
15
|
|
13
16
|
# Control Plane (cpln) Resource Provider
|
14
17
|
|
@@ -69,5 +72,3 @@ The following configuration points are available for the `cpln` provider:
|
|
69
72
|
## Reference
|
70
73
|
|
71
74
|
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
|
72
|
-
|
73
|
-
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/SOURCES.txt
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
README.md
|
2
|
-
|
2
|
+
pyproject.toml
|
3
3
|
pulumiverse_cpln/__init__.py
|
4
4
|
pulumiverse_cpln/_inputs.py
|
5
5
|
pulumiverse_cpln/_utilities.py
|
@@ -40,8 +40,8 @@ pulumiverse_cpln/workload.py
|
|
40
40
|
pulumiverse_cpln.egg-info/PKG-INFO
|
41
41
|
pulumiverse_cpln.egg-info/SOURCES.txt
|
42
42
|
pulumiverse_cpln.egg-info/dependency_links.txt
|
43
|
-
pulumiverse_cpln.egg-info/not-zip-safe
|
44
43
|
pulumiverse_cpln.egg-info/requires.txt
|
45
44
|
pulumiverse_cpln.egg-info/top_level.txt
|
46
45
|
pulumiverse_cpln/config/__init__.py
|
46
|
+
pulumiverse_cpln/config/__init__.pyi
|
47
47
|
pulumiverse_cpln/config/vars.py
|
@@ -0,0 +1,22 @@
|
|
1
|
+
[project]
|
2
|
+
name = "pulumiverse_cpln"
|
3
|
+
description = "A Pulumi package for creating and managing Control Plane (cpln) resources."
|
4
|
+
dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1", "typing-extensions>=4.11,<5; python_version < \"3.11\""]
|
5
|
+
keywords = ["pulumi", "cpln", "category/infrastructure"]
|
6
|
+
readme = "README.md"
|
7
|
+
requires-python = ">=3.9"
|
8
|
+
version = "0.1.0a1752078769"
|
9
|
+
[project.license]
|
10
|
+
text = "Apache-2.0"
|
11
|
+
[project.urls]
|
12
|
+
Homepage = "https://www.controlplane.com"
|
13
|
+
Repository = "https://github.com/pulumiverse/pulumi-cpln"
|
14
|
+
|
15
|
+
[build-system]
|
16
|
+
requires = ["setuptools>=61.0"]
|
17
|
+
build-backend = "setuptools.build_meta"
|
18
|
+
|
19
|
+
[tool]
|
20
|
+
[tool.setuptools]
|
21
|
+
[tool.setuptools.package-data]
|
22
|
+
pulumiverse_cpln = ["py.typed", "pulumi-plugin.json"]
|
@@ -1 +0,0 @@
|
|
1
|
-
|
pulumiverse_cpln-0.0.61/setup.py
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
-
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
-
|
5
|
-
import builtins
|
6
|
-
import errno
|
7
|
-
from setuptools import setup, find_packages
|
8
|
-
from setuptools.command.install import install
|
9
|
-
from subprocess import check_call
|
10
|
-
|
11
|
-
|
12
|
-
VERSION = "0.0.61"
|
13
|
-
def readme():
|
14
|
-
try:
|
15
|
-
with open('README.md', encoding='utf-8') as f:
|
16
|
-
return f.read()
|
17
|
-
except FileNotFoundError:
|
18
|
-
return "cpln Pulumi Package - Development Version"
|
19
|
-
|
20
|
-
|
21
|
-
setup(name='pulumiverse_cpln',
|
22
|
-
python_requires='>=3.9',
|
23
|
-
version=VERSION,
|
24
|
-
description="A Pulumi package for creating and managing Control Plane (cpln) resources.",
|
25
|
-
long_description=readme(),
|
26
|
-
long_description_content_type='text/markdown',
|
27
|
-
keywords='pulumi cpln category/infrastructure',
|
28
|
-
url='https://www.pulumi.com',
|
29
|
-
project_urls={
|
30
|
-
'Repository': 'https://github.com/pulumiverse/pulumi-cpln'
|
31
|
-
},
|
32
|
-
license='Apache-2.0',
|
33
|
-
packages=find_packages(),
|
34
|
-
package_data={
|
35
|
-
'pulumiverse_cpln': [
|
36
|
-
'py.typed',
|
37
|
-
'pulumi-plugin.json',
|
38
|
-
]
|
39
|
-
},
|
40
|
-
install_requires=[
|
41
|
-
'parver>=0.2.1',
|
42
|
-
'pulumi>=3.0.0,<4.0.0',
|
43
|
-
'semver>=2.8.1',
|
44
|
-
'typing-extensions>=4.11,<5; python_version < "3.11"'
|
45
|
-
],
|
46
|
-
zip_safe=False)
|
File without changes
|
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/_utilities.py
RENAMED
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/audit_context.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/cloud_account.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/config/__init__.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/config/vars.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/custom_location.py
RENAMED
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/domain_route.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_cloud_account.py
RENAMED
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_images.py
RENAMED
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/get_secret.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/org_logging.py
RENAMED
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/org_tracing.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/service_account.py
RENAMED
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln/volume_set.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pulumiverse_cpln-0.0.61 → pulumiverse_cpln-0.1.0a1752078769}/pulumiverse_cpln.egg-info/requires.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|