pulumiverse-cpln 0.0.7__tar.gz → 0.0.8__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.7 → pulumiverse_cpln-0.0.8}/PKG-INFO +4 -4
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/README.md +59 -59
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/PKG-INFO +4 -4
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/setup.py +1 -1
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/__init__.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/_inputs.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/_utilities.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/agent.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/audit_context.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/config/__init__.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/config/vars.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/domain.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/domain_route.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/get_cloud_account.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/get_gvc.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/get_location.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/get_locations.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/get_org.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/group.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/gvc.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/identity.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/org.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/org_logging.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/org_tracing.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/outputs.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/policy.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/provider.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/pulumi-plugin.json +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/py.typed +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/secret.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/service_account.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/service_account_key.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/volume_set.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln/workload.py +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/SOURCES.txt +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/dependency_links.txt +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/not-zip-safe +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/requires.txt +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/top_level.txt +0 -0
- {pulumiverse_cpln-0.0.7 → pulumiverse_cpln-0.0.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumiverse_cpln
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
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
|
@@ -10,9 +10,9 @@ Platform: UNKNOWN
|
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
|
13
|
-
# cpln Resource Provider
|
13
|
+
# Control Plane (cpln) Resource Provider
|
14
14
|
|
15
|
-
The
|
15
|
+
The Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) resources.
|
16
16
|
|
17
17
|
## Installing
|
18
18
|
|
@@ -37,7 +37,7 @@ yarn add @pulumiverse/cpln
|
|
37
37
|
To use from Python, install using `pip`:
|
38
38
|
|
39
39
|
```bash
|
40
|
-
pip install
|
40
|
+
pip install pulumiverse-cpln
|
41
41
|
```
|
42
42
|
|
43
43
|
### Go
|
@@ -1,59 +1,59 @@
|
|
1
|
-
# cpln Resource Provider
|
2
|
-
|
3
|
-
The
|
4
|
-
|
5
|
-
## Installing
|
6
|
-
|
7
|
-
This package is available for several languages/platforms:
|
8
|
-
|
9
|
-
### Node.js (JavaScript/TypeScript)
|
10
|
-
|
11
|
-
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
12
|
-
|
13
|
-
```bash
|
14
|
-
npm install @pulumiverse/cpln
|
15
|
-
```
|
16
|
-
|
17
|
-
or `yarn`:
|
18
|
-
|
19
|
-
```bash
|
20
|
-
yarn add @pulumiverse/cpln
|
21
|
-
```
|
22
|
-
|
23
|
-
### Python
|
24
|
-
|
25
|
-
To use from Python, install using `pip`:
|
26
|
-
|
27
|
-
```bash
|
28
|
-
pip install
|
29
|
-
```
|
30
|
-
|
31
|
-
### Go
|
32
|
-
|
33
|
-
To use from Go, use `go get` to grab the latest version of the library:
|
34
|
-
|
35
|
-
```bash
|
36
|
-
go get github.com/pulumiverse/pulumi-cpln/sdk/go/...
|
37
|
-
```
|
38
|
-
|
39
|
-
### .NET
|
40
|
-
|
41
|
-
To use from .NET, install using `dotnet add package`:
|
42
|
-
|
43
|
-
```bash
|
44
|
-
dotnet add package Pulumiverse.cpln
|
45
|
-
```
|
46
|
-
|
47
|
-
## Configuration
|
48
|
-
|
49
|
-
The following configuration points are available for the `cpln` provider:
|
50
|
-
|
51
|
-
- `cpln:org` - The Control Plane org that this provider will perform actions against
|
52
|
-
- `cpln:endpoint` - The Control Plane Data Service API endpoint
|
53
|
-
- `cpln:profile` - The user/service account profile that this provider will use to authenticate to the data service
|
54
|
-
- `cpln:token` - A generated token that can be used to authenticate to the data service API
|
55
|
-
- `cpln:refreshToken` - A generated token that can be used to authenticate to the data service API
|
56
|
-
|
57
|
-
## Reference
|
58
|
-
|
59
|
-
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
|
1
|
+
# Control Plane (cpln) Resource Provider
|
2
|
+
|
3
|
+
The Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) resources.
|
4
|
+
|
5
|
+
## Installing
|
6
|
+
|
7
|
+
This package is available for several languages/platforms:
|
8
|
+
|
9
|
+
### Node.js (JavaScript/TypeScript)
|
10
|
+
|
11
|
+
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
|
12
|
+
|
13
|
+
```bash
|
14
|
+
npm install @pulumiverse/cpln
|
15
|
+
```
|
16
|
+
|
17
|
+
or `yarn`:
|
18
|
+
|
19
|
+
```bash
|
20
|
+
yarn add @pulumiverse/cpln
|
21
|
+
```
|
22
|
+
|
23
|
+
### Python
|
24
|
+
|
25
|
+
To use from Python, install using `pip`:
|
26
|
+
|
27
|
+
```bash
|
28
|
+
pip install pulumiverse-cpln
|
29
|
+
```
|
30
|
+
|
31
|
+
### Go
|
32
|
+
|
33
|
+
To use from Go, use `go get` to grab the latest version of the library:
|
34
|
+
|
35
|
+
```bash
|
36
|
+
go get github.com/pulumiverse/pulumi-cpln/sdk/go/...
|
37
|
+
```
|
38
|
+
|
39
|
+
### .NET
|
40
|
+
|
41
|
+
To use from .NET, install using `dotnet add package`:
|
42
|
+
|
43
|
+
```bash
|
44
|
+
dotnet add package Pulumiverse.cpln
|
45
|
+
```
|
46
|
+
|
47
|
+
## Configuration
|
48
|
+
|
49
|
+
The following configuration points are available for the `cpln` provider:
|
50
|
+
|
51
|
+
- `cpln:org` - The Control Plane org that this provider will perform actions against
|
52
|
+
- `cpln:endpoint` - The Control Plane Data Service API endpoint
|
53
|
+
- `cpln:profile` - The user/service account profile that this provider will use to authenticate to the data service
|
54
|
+
- `cpln:token` - A generated token that can be used to authenticate to the data service API
|
55
|
+
- `cpln:refreshToken` - A generated token that can be used to authenticate to the data service API
|
56
|
+
|
57
|
+
## Reference
|
58
|
+
|
59
|
+
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cpln/api-docs/).
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumiverse-cpln
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
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
|
@@ -10,9 +10,9 @@ Platform: UNKNOWN
|
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
|
13
|
-
# cpln Resource Provider
|
13
|
+
# Control Plane (cpln) Resource Provider
|
14
14
|
|
15
|
-
The
|
15
|
+
The Control Plane Resource Provider lets you manage [Control Plane](https://controlplane.com/) resources.
|
16
16
|
|
17
17
|
## Installing
|
18
18
|
|
@@ -37,7 +37,7 @@ yarn add @pulumiverse/cpln
|
|
37
37
|
To use from Python, install using `pip`:
|
38
38
|
|
39
39
|
```bash
|
40
|
-
pip install
|
40
|
+
pip install pulumiverse-cpln
|
41
41
|
```
|
42
42
|
|
43
43
|
### Go
|
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.7 → pulumiverse_cpln-0.0.8}/pulumiverse_cpln.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|