Skip to content

Commit

Permalink
bump node
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Mar 14, 2024
1 parent e2ce436 commit a1f3262
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
provider: cpln
goversion: 1.21.x
dotnetversion: 6.0.300
nodeversion: 14.x
nodeversion: 20.x
pythonversion: 3.9
11 changes: 5 additions & 6 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,11 @@ dotnet add package Pulumiverse.cpln

The following configuration points are available for the `cpln` provider:

- `cpln:domain` - domain used to connect to the cpln instance
- `cpln:insecure` - use insecure connection
- `cpln:jwtProfileFile` - path to the file containing credentials to connect to cpln. Either `jwtProfileFile` or `jwtProfileJson`
- `cpln:jwtProfileJson` - JSON value of credentials to connect to cpln. Either `jwtProfileFile` or `jwtProfileJson` is required
- `cpln:port` - used port if not the default ports 80 or 443 are configured
- `cpln:token` - path to the file containing credentials to connect to cpln
- `cpln:org` - The Control Plane org that this provider will perform actions against
- `cpln:endpoint` - The Control Plane Data Service API endpoint
- `cpln:profile` - The user/service account profile that this provider will use to authenticate to the data service
- `cpln:token` - A generated token that can be used to authenticate to the data service API
- `cpln:refreshToken` - A generated token that can be used to authenticate to the data service API

## Reference

Expand Down

0 comments on commit a1f3262

Please sign in to comment.