Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Jun 30, 2022
1 parent d07ee4b commit 998ac3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
layout: ""
page_title: "Provider: DataStax Astra - Serverless Cassandra DBaaS"
description: |-
The Astra provider provides Terraform resources to interact with DataStax Astra databases.
The Astra provider provides Terraform resources to interact with DataStax AstraDB and Astra Streaming, DataStax's cloud offerings based on Apache Cassandra, Apache Pulsar, and Kubernetes.
---

# DataStax Astra Provider

This provider allows DataStax Astra users to manage their full database lifecycle for Astra Serverless databases (built on Apache Cassandra(TM))
This provider allows [DataStax Astra](https://astra.datastax.com/) users to manage their full database lifecycle for Astra Serverless databases (built on [Apache Cassandra](https://cassandra.apache.org/))
using Terraform.

To get started, log into [Astra](https://astra.datastax.com/register) and create an authorization token (in your organization settings). The provider will prompt you for the token
on apply if it does not detect it in your environment variable `ASTRA_API_TOKEN`.

Currently Astra Streaming (based on Apache Pulsar) is not supported.
Astra Streaming (based on [Apache Pulsar](https://pulsar.apache.org/)) is now supported.

## Example Usage

Expand All @@ -37,6 +37,6 @@ provider "astra" {

## Additional Info

To report bugs or feature requests [file an issue on github](https://github.com/datastax/terraform-provider-astra/issues).
To report bugs or feature requests for the provider [file an issue on github](https://github.com/datastax/terraform-provider-astra/issues).

For general help contact [support](https://houston.datastax.com/).
For general help contact [support](https://houston.datastax.com/).
10 changes: 5 additions & 5 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
layout: ""
page_title: "Provider: DataStax Astra - Serverless Cassandra DBaaS"
description: |-
The Astra provider provides Terraform resources to interact with DataStax Astra databases.
The Astra provider provides Terraform resources to interact with DataStax AstraDB and Astra Streaming, DataStax's cloud offerings based on Apache Cassandra, Apache Pulsar, and Kubernetes.
---

# DataStax Astra Provider

This provider allows DataStax Astra users to manage their full database lifecycle for Astra Serverless databases (built on Apache Cassandra(TM))
This provider allows [DataStax Astra](https://astra.datastax.com/) users to manage their full database lifecycle for Astra Serverless databases (built on [Apache Cassandra](https://cassandra.apache.org/))
using Terraform.

To get started, log into [Astra](https://astra.datastax.com/register) and create an authorization token (in your organization settings). The provider will prompt you for the token
on apply if it does not detect it in your environment variable `ASTRA_API_TOKEN`.

Currently Astra Streaming (based on Apache Pulsar) is not supported.
Astra Streaming (based on [Apache Pulsar](https://pulsar.apache.org/)) is now supported.

## Example Usage

{{tffile "examples/provider/provider.tf"}}

## Additional Info

To report bugs or feature requests [file an issue on github](https://github.com/datastax/terraform-provider-astra/issues).
To report bugs or feature requests for the provider [file an issue on github](https://github.com/datastax/terraform-provider-astra/issues).

For general help contact [support](https://houston.datastax.com/).
For general help contact [support](https://houston.datastax.com/).

0 comments on commit 998ac3b

Please sign in to comment.