Skip to content

Commit

Permalink
Fix install instruction appcat_role on Exoscale
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan.feurer committed Feb 5, 2024
1 parent 4e1a95a commit aea032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/how-tos/exoscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export TF_VAR_lb_exoscale_api_secret=$(echo "${exoscale_floaty_credentials}" | \
# Create AppCat Provider Exoscale IAM role, if it doesn't exist yet in the organization
appcat_role_id=$(exo x list-iam-roles | \
jq -r '."iam-roles"[] | select(.name=="appcat-provider-exoscale") | .id')
if [ -z "${sos_iam_role_id}" ]; then
if [ -z "${appcat_role_id}" ]; then
appcat_role_id=$(echo '{
"name": "appcat-provider-exoscale",
"policy": {
Expand Down

0 comments on commit aea032c

Please sign in to comment.