Skip to content

Commit

Permalink
Update docs for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Dec 14, 2021
1 parent 99040b9 commit c917d5c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data "astra_database" "db" {
- **node_count** (Number) Node count (not relevant for serverless databases)
- **organization_id** (String) Ordg id (system generated)
- **owner_id** (String) Owner id (system generated)
- **region** (String) Cloud provider region. Get list of supported regions from regions data-source
- **regions** (List of String) Cloud provider region. Get list of supported regions from regions data-source
- **replication_factor** (Number) Replication Factor (not relevant for serverless databases)
- **status** (String) Database status
- **total_storage** (Number) Storage Capacity (not relevant for serverelss databases)
Expand Down
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ description: |-
## Example Usage

```terraform
terraform {
required_providers {
astra = {
source = "datastax/astra"
}
}
}
variable "token" {}
provider "astra" {
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "astra_database" "example" {
- **cloud_provider** (String) The cloud provider to launch the database.
- **keyspace** (String) keyspace
- **name** (String) Astra database name.
- **region** (String) Cloud region to launch the database.
- **regions** (List of String) Cloud region to launch the database.

### Optional

Expand Down

0 comments on commit c917d5c

Please sign in to comment.