@mapped/pulumi-astra
Version:
A Pulumi package for creating and managing astra cloud resources.
48 lines (27 loc) • 1.36 kB
Markdown
# Foo Resource Provider
This provider lets you manage [Datastax Astra](https://astra.datastax.com/) resources.
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @mapped/pulumi-astra
```
or `yarn`:
```bash
yarn add @mapped/pulumi-astra
```
### Python
*TBD: Will be available after we migrate into official pulumi registry*
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/mapped/pulumi-astra/sdk/go/...
```
### .NET
*TBD: Will be available after we migrate into official pulumi registry*
## Configuration
The following configuration points are available for the `astra` provider:
- `astra:token` - the API key to make changes in astra org. Please make sure that you grant it enough permissions for operations that you are going to perform. To create a token go into **organisation settings** -> **Token management**, select your role (I use **Administrator User** for full access) and press **Generate token**
## Reference
For detailed reference documentation, please visit [the Pulumi registry (*TBD: Will be available after we migrate into official pulumi registry*)](https://www.pulumi.com/registry/packages/astra/api-docs/).