From c3d5a5acf87f4dcf73dccd181c193e1494ebe23a Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Mon, 15 Apr 2024 09:51:05 +0200 Subject: [PATCH] Cosmetics --- Doc/Sdi/CloudProvider/gettingStarted.xml | 40 ++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/Doc/Sdi/CloudProvider/gettingStarted.xml b/Doc/Sdi/CloudProvider/gettingStarted.xml index 991beb142..974e6ae6e 100644 --- a/Doc/Sdi/CloudProvider/gettingStarted.xml +++ b/Doc/Sdi/CloudProvider/gettingStarted.xml @@ -288,6 +288,36 @@ Escape character is '^]'</screen> </itemizedlist> </figure> + <figure xml:id="sdi_cloudProvider_terra_HetznerApiToken"> + <title><orgname>Hetzner</orgname> API token</title> + + <itemizedlist> + <listitem> + <para>Access you cloud project using the <orgname>Hetzner</orgname> + <xref linkend="glo_GUI"/> interface.</para> + </listitem> + + <listitem> + <para>Go to <option>Security</option> --> <option>API + Tokens</option> --> <option>Generate API token</option></para> + </listitem> + + <listitem> + <para>Provide a name and hit Generate API token.</para> + </listitem> + + <listitem> + <para>Copy the generated token's value and store it in a secure + location e.g. a password manager.</para> + + <caution> + <para>The <orgname>Hetzner</orgname> <xref linkend="glo_GUI"/> + blocks future access to the token.</para> + </caution> + </listitem> + </itemizedlist> + </figure> + <figure xml:id="sdi_cloudProvider_terra_minimalConfig"> <title>Minimal <productname>Terraform</productname> configuration</title> @@ -496,8 +526,8 @@ Apply complete! Resources: 3 added, 0 changed, 0 destroyed. </screen> </figure> - <figure xml:id="sdi_cloudProvider_terra_hello_sshApplyOutputValuesDetails"> - <title>Output data details</title> + <figure xml:id="sdi_cloudProvider_terra_hello_sshApplyOutputValuesDetails1"> + <title>Output data details 1</title> <glosslist> <glossentry> @@ -519,7 +549,13 @@ hello_ip_addr = "128.140.108.60"</programlisting> <screen>"128.140.108.60"</screen> </glossdef> </glossentry> + </glosslist> + </figure> + <figure xml:id="sdi_cloudProvider_terra_hello_sshApplyOutputValuesDetails"> + <title>Output data details 2</title> + + <glosslist> <glossentry> <glossterm><command>terraform</command> <option xlink:href="https://developer.hashicorp.com/terraform/language/values/outputs">output</option> -- GitLab