-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update docs * update and generate docs
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} | ||
|
@@ -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"] | ||
} | ||
``` | ||
|
||
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters