Skip to content
Snippets Groups Projects
Commit c2280760 authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics

parent ae23e0cb
No related branches found
No related tags found
No related merge requests found
......@@ -1153,13 +1153,19 @@ resource "hcloud_volume" "volume01" {
<td valign="top"><programlisting language="tf">output "volume_id" {
value = hcloud_volume.volume01.id
description = "The volume's id"
}</programlisting><screen>terraform apply
}</programlisting></td>
<td valign="top"><screen># ls /dev/disk/by-id/*<emphasis role="red">100723816</emphasis>
/dev/disk/by-id/scsi-0HC_Volume_<emphasis role="red">100723816</emphasis></screen></td>
</tr>
<tr>
<td valign="top"><screen>terraform apply
...
hello_ip_addr = "37.27.22.189"
volume_id = "<emphasis role="red">100723816</emphasis>"</screen></td>
<td valign="top"><screen># ls /dev/disk/by-id/*<emphasis role="red">100723816</emphasis>
/dev/disk/by-id/scsi-0HC_Volume_<emphasis role="red">100723816</emphasis></screen><para>Desired
<td valign="top"><para>Desired
<code>/etc/fstab</code>:</para><programlisting language="none">/dev/disk/by-id/scsi-0HC_Volume_<emphasis
role="red">100723816</emphasis>
/volume01 xfs discard,nofail,defaults 0 0</programlisting></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment