Skip to content

Commit

Permalink
Merge pull request #307 from appuio/fix/exoscale-appcat-role
Browse files Browse the repository at this point in the history
Fix install instruction appcat_role on Exoscale
  • Loading branch information
DebakelOrakel authored Feb 6, 2024
2 parents 4e1a95a + aea032c commit 10ad2b8
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 10ad2b8

Please sign in to comment.