terraform-provider-astra

command module
v2.1.0-beta3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

README

Terraform Provider for Astra

Astra is DataStax's Serverless Apache Cassandra as a service platform.

Requirements

Using the provider

Obtain a client token from the Astra Dashboard.

Configure provider (provider.tf):

provider "astra" {
    token = "your client token"
}

Examples

See examples of resources.tf here

To run:

terraform plan

terraform apply

terraform show

Documentation Updates

When modifying plugin services, updates to documentation may be required. Once you have changed a service description, or added or deleted a service, you need to regenerate the docs and commit them with your changes.

Generating docs

The tool used to generate documentation is tfplugindocs. See the installation section for installing the tool. Once installed, generate the docs by running tfplugindocs from the root of the project:

tfplugindocs

The tool will build the plugin and generate the docs based on the implementation. Make sure to add the docs folder to your commit to include any changes in the docs.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL