pulumiverse-cpln 0.0.2__tar.gz → 0.0.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.
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/PKG-INFO +3 -3
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/PKG-INFO +3 -3
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/setup.py +3 -3
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/README.md +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/__init__.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/_inputs.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/_utilities.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/agent.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/audit_context.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/config/__init__.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/config/vars.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/domain.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/domain_route.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/get_cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/get_gvc.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/get_location.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/get_locations.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/get_org.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/group.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/gvc.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/identity.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/org.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/org_logging.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/org_tracing.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/outputs.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/policy.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/provider.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/pulumi-plugin.json +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/py.typed +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/secret.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/service_account.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/service_account_key.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/volume_set.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln/workload.py +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/SOURCES.txt +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/dependency_links.txt +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/not-zip-safe +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/requires.txt +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/top_level.txt +0 -0
- {pulumiverse_cpln-0.0.2 → pulumiverse_cpln-0.0.4}/setup.cfg +0 -0
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumiverse_cpln
|
3
|
-
Version: 0.0.
|
4
|
-
Summary: A Pulumi package for creating and managing cpln
|
3
|
+
Version: 0.0.4
|
4
|
+
Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
|
5
5
|
Home-page: https://www.pulumi.com
|
6
6
|
License: Apache-2.0
|
7
7
|
Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
|
8
|
-
Keywords: pulumi cpln category/
|
8
|
+
Keywords: pulumi cpln category/infrastructure
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumiverse-cpln
|
3
|
-
Version: 0.0.
|
4
|
-
Summary: A Pulumi package for creating and managing cpln
|
3
|
+
Version: 0.0.4
|
4
|
+
Summary: A Pulumi package for creating and managing Control Plane (cpln) resources.
|
5
5
|
Home-page: https://www.pulumi.com
|
6
6
|
License: Apache-2.0
|
7
7
|
Project-URL: Repository, https://github.com/pulumiverse/pulumi-cpln
|
8
|
-
Keywords: pulumi cpln category/
|
8
|
+
Keywords: pulumi cpln category/infrastructure
|
9
9
|
Platform: UNKNOWN
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
@@ -8,7 +8,7 @@ from setuptools.command.install import install
|
|
8
8
|
from subprocess import check_call
|
9
9
|
|
10
10
|
|
11
|
-
VERSION = "0.0.
|
11
|
+
VERSION = "0.0.4"
|
12
12
|
def readme():
|
13
13
|
try:
|
14
14
|
with open('README.md', encoding='utf-8') as f:
|
@@ -20,10 +20,10 @@ def readme():
|
|
20
20
|
setup(name='pulumiverse_cpln',
|
21
21
|
python_requires='>=3.7',
|
22
22
|
version=VERSION,
|
23
|
-
description="A Pulumi package for creating and managing cpln
|
23
|
+
description="A Pulumi package for creating and managing Control Plane (cpln) resources.",
|
24
24
|
long_description=readme(),
|
25
25
|
long_description_content_type='text/markdown',
|
26
|
-
keywords='pulumi cpln category/
|
26
|
+
keywords='pulumi cpln category/infrastructure',
|
27
27
|
url='https://www.pulumi.com',
|
28
28
|
project_urls={
|
29
29
|
'Repository': 'https://github.com/pulumiverse/pulumi-cpln'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.2 → pulumiverse_cpln-0.0.4}/pulumiverse_cpln.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|