Skip to content

Commit 441989e

Browse files
authored
Merge pull request #68 from arangodb-managed/OAS-4755.documentation-changes
OAS-4755 | change documentation for source and version after major release
2 parents bb896ab + b438270 commit 441989e

File tree

45 files changed

+109
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+109
-102
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,19 @@
1-
# ArangoDB Oasis Terraform Provider
1+
# ArangoDB Oasis Terraform Provider [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/arangodb-managed/terraform-provider-oasis?label=release)](https://github.com/arangodb-managed/terraform-provider-oasis/releases) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/arangodb-managed/terraform-provider-oasis/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/arangodb-managed/terraform-provider-oasis/tree/master)
22

3-
![ArangoDB Oasis](https://cloud.arangodb.com/assets/logos/arangodb-oasis-logo-whitebg-right.png)
43

5-
The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of ArangoDB Cloud resources.
6-
7-
## Project status: Preview
8-
9-
Note that this provider is currently in preview.
4+
![ArangoDB Oasis](https://cloud.arangodb.com/assets/logos/arangodb-oasis-logo-whitebg-right.png)
105

11-
**That means that its API may still change.**
6+
The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of ArangoDB Cloud resources.
127

13-
We welcome your feedback!
8+
## Project status: GA
149

1510
## Maintainers
1611

1712
This provider plugin is maintained by the team at [ArangoDB](https://www.arangodb.com/).
1813

1914
## Installation
2015

21-
Downloading the [latest released binaries](https://github.com/arangodb-managed/terraform-provider-oasis/releases),
22-
extract the zip archive and install the binary for your platform in your preferred location.
23-
24-
Or to build from source, run:
25-
26-
```bash
27-
git clone https://github.com/arangodb-managed/terraform-provider-oasis.git
28-
make
29-
```
16+
Please follow the [Getting Started](https://registry.terraform.io/providers/arangodb-managed/oasis/latest/docs/guides/getting-started) guide in the official documentation page.
3017

3118
## Requirements
3219

docs/data-sources/backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/cloud_provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/example_datasets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/region.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/data-sources/terms_and_conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ terraform {
1717
required_version = ">= 0.13.0"
1818
required_providers {
1919
oasis = {
20-
source = "arangodb.com/managed/oasis"
21-
version = ">=1.5.1"
20+
source = "arangodb-managed/oasis"
21+
version = ">=2.1.0"
2222
}
2323
}
2424
}

docs/guides/getting-started.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ You need to supply proper credentials to the provider before it can be used. API
1616
Log in to the Oasis dashboard and open the [**API Keys**](https://cloud.arangodb.com/dashboard/user/api-keys) tab of your user account. Click the **New API key** button to generate a new key, which can be used with ArangoDB's public API.
1717

1818
```hcl
19+
terraform {
20+
required_version = ">= 0.13.0"
21+
required_providers {
22+
oasis = {
23+
source = "arangodb-managed/oasis"
24+
version = ">=2.1.0"
25+
}
26+
}
27+
}
28+
1929
provider "oasis" {
2030
api_key_id = "" // API Key ID generated in Oasis platform
2131
api_key_secret = "" // API Key Secret generated in Oasis platform

docs/guides/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ terraform {
1313
required_version = ">= 0.13.0"
1414
required_providers {
1515
oasis = {
16-
source = "arangodb.com/managed/oasis"
17-
version = ">=1.5.1"
16+
source = "arangodb-managed/oasis"
17+
version = ">=2.1.0"
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)