layout | page_title | description |
---|---|---|
Provider: Oasis |
The Oasis Terraform provider allows full lifecycle management of ArangoGraph Insights Platform (formerly called Oasis) resources. |
The Terraform Oasis provider is a plugin for Terraform that allows for the full lifecycle management of ArangoGraph Insights Platform resources.
Api keys can be generated and viewed under the user's dashboard view on the API Keys tab.
On a logged in view, navigate to API Keys and hit the button
labeled New API key
. This will generate a set of keys which can be used with ArangoDB's public API.
terraform {
required_version = ">= 0.13.0"
required_providers {
oasis = {
source = "arangodb-managed/oasis"
version = ">=2.1.0"
}
}
}
provider "oasis" {
api_key_id = "" // API Key ID generated in Oasis platform
api_key_secret = "" // API Key Secret generated in Oasis platform
}
api_key_id
(String) OASIS API KEY IDapi_key_secret
(String) OASIS API KEY SECRETapi_port_suffix
(String) OASIS API PORT SUFFIXoasis_endpoint
(String) OASIS API ENDPOINTorganization
(String) Default Oasis Organizationproject
(String) Default Oasis Project