Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freddielunchbird committed May 20, 2021
1 parent 52b8507 commit 89f883e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,20 @@ description: |-
Warning! Be careful when recreating servics using Terraform. Terraform may delete services / instances before creating them. Ensure you do not have an existing .tfstate file before you run terrafom.

## Limitations
Authentication is limited to username/password
- Authentication is limited to username/password
- Only 1 or 3 nodes are supported

## Example Usage

```hcl
terraform {
required_providers {
ccx = {
source = "severalnines/ccx"
version = "~> 0.0.1"
}
}
}
provider "ccx" {
auth_service_url = "https://ccx.s9s-dev.net/api/auth"
username = "USERNAME"
Expand Down

0 comments on commit 89f883e

Please sign in to comment.