Astra is DataStas's Serverless Apache Cassandra as a service platform.
Obtain a client token from the Astra Dashboard.
Configure provider (provider.tf):
provider "astra" {
token = "your client token"
}
See examples of resources.tf
here
To run:
terraform plan
terraform apply
terraform show