From 67283705093ccbd9ffcbb74e5e8e4f25930a1dbd Mon Sep 17 00:00:00 2001 From: haasad Date: Thu, 16 May 2024 17:41:00 +0200 Subject: [PATCH] Add naming convention for cloudscale api tokens to install instructions --- docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc b/docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc index 249d8ea1..ee8b13c5 100644 --- a/docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc +++ b/docs/modules/ROOT/pages/how-tos/cloudscale/install.adoc @@ -50,10 +50,11 @@ include::partial$install/register.adoc[] === Configure input +Create 2 new cloudscale API tokens with read+write permissions and name them *``* and *`_floaty`* on https://control.cloudscale.ch/service//api-token. + .Access to cloud API [source,bash] ---- -# https://control.cloudscale.ch/service//api-token export CLOUDSCALE_API_TOKEN= export TF_VAR_lb_cloudscale_api_secret= ----