pulumiverse-astra


Namepulumiverse-astra JSON
Version 1.0.42 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Astra DB cloud resources.
upload_time2023-06-07 11:01:12
maintainer
docs_urlNone
author
requires_python
licenseApache-2.0
keywords pulumi astra category/cloud datastax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Datastax Astra 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 @pulumiverse/astra
```

or `yarn`:

```bash
yarn add @pulumiverse/astra
```

### Python

To use from Python, install using `pip`:

```
$ pip install pulumiverse-astra
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/pulumiverse/pulumi-astra/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package Pulumiverse.Astra
```

## 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](https://www.pulumi.com/registry/packages/astra/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumiverse-astra",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pulumi astra category/cloud datastax",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e2/2b/cceae406e46032171bba2fb23bb95bef919b02c744804c0fbce47335b1a3/pulumiverse_astra-1.0.42.tar.gz",
    "platform": null,
    "description": "# Datastax Astra Provider\n\nThis provider lets you manage [Datastax Astra](https://astra.datastax.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/astra\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/astra\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install pulumiverse-astra\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-astra/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package Pulumiverse.Astra\n```\n\n## Configuration\n\nThe following configuration points are available for the `astra` provider:\n\n- `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**\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/astra/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Astra DB cloud resources.",
    "version": "1.0.42",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-astra"
    },
    "split_keywords": [
        "pulumi",
        "astra",
        "category/cloud",
        "datastax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e22bcceae406e46032171bba2fb23bb95bef919b02c744804c0fbce47335b1a3",
                "md5": "e5feb948cabf301c78c61ca2780f5642",
                "sha256": "480719276a889b02fbf5150c07e8600878146f97b0092704c84bfc2607db3418"
            },
            "downloads": -1,
            "filename": "pulumiverse_astra-1.0.42.tar.gz",
            "has_sig": false,
            "md5_digest": "e5feb948cabf301c78c61ca2780f5642",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35081,
            "upload_time": "2023-06-07T11:01:12",
            "upload_time_iso_8601": "2023-06-07T11:01:12.165584Z",
            "url": "https://files.pythonhosted.org/packages/e2/2b/cceae406e46032171bba2fb23bb95bef919b02c744804c0fbce47335b1a3/pulumiverse_astra-1.0.42.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-07 11:01:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-astra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-astra"
}
        
Elapsed time: 0.07626s