Skip to content

Commit

Permalink
update docs (#35)
Browse files Browse the repository at this point in the history
* update docs

* update and generate docs
  • Loading branch information
danny-akp authored Apr 10, 2024
1 parent d40944e commit c7583d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ First, make sure to define and configure the provider:
terraform {
required_providers {
axual = {
source = "Axual/axual"
source = "Axual/axual"
version = "2.2.0"
}
}
Expand All @@ -54,11 +54,11 @@ terraform {
provider "axual" {
apiurl = "https://platform.local/api"
realm = "axual"
username = "[email protected]" #- or set using env property export AXUAL_AUTH_USERNAME=
username = "[email protected]" #- or set using env property export AXUAL_AUTH_USERNAME=
password = "PLEASE_CHANGE_PASSWORD" #- or set using env property export AXUAL_AUTH_PASSWORD=
clientid = "self-service"
authurl = "https://platform.local/auth/realms/axual/protocol/openid-connect/token"
scopes = ["openid", "profile", "email"]
authurl = "https://platform.local/auth/realms/axual/protocol/openid-connect/token"
scopes = ["openid", "profile", "email"]
}
```

Expand Down Expand Up @@ -728,7 +728,8 @@ resource "axual_application_deployment" "connector_axual_application_deployment"


## Compatibility
- This terraform provider requires Management API 8.4.1+ due to some incompatible return types bugs fixed and replacement of depricated endpoint
- This terraform provider requires Management API 8.5.0+ due to some incompatible return types bugs fixed and replacement of depricated endpoint


## Output
Please include output if you want to have detailed information, e.g. for debugging purposes or for data sources.
Expand Down
3 changes: 2 additions & 1 deletion templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ Next, take a look at the *full* example which shows you the capabilities of the


## Compatibility
- This terraform provider requires Management API 7.0.7
- This terraform provider requires Management API 8.5.0+ due to some incompatible return types bugs fixed and replacement of depricated endpoint


## Output
Please include output if you want to have detailed information, e.g. for debugging purposes or for data sources.
Expand Down

0 comments on commit c7583d7

Please sign in to comment.