/terraform-provider-astra

Primary LanguageGoMozilla Public License 2.0MPL-2.0

Terraform Provider for Astra

Astra is DataStas'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