Skip to content

Commit

Permalink
Add naming convention for cloudscale api tokens to install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed May 16, 2024
1 parent 4258bd5 commit 6728370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ include::partial$install/register.adoc[]

=== Configure input

Create 2 new cloudscale API tokens with read+write permissions and name them *`<cluster_id>`* and *`<cluster_id>_floaty`* on https://control.cloudscale.ch/service/<your-project>/api-token.

.Access to cloud API
[source,bash]
----
# https://control.cloudscale.ch/service/<your-project>/api-token
export CLOUDSCALE_API_TOKEN=<cloudscale-api-token>
export TF_VAR_lb_cloudscale_api_secret=<cloudscale-api-token-for-Floaty>
----
Expand Down

0 comments on commit 6728370

Please sign in to comment.