From 5fa3e11f0a2899a87afac190d56031bdc5e9aadb Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 14 Jan 2022 21:05:09 +0000 Subject: [PATCH] Try again to fix GitHub rendering. --- content/GCP/02_intro_to_compute.ipynb | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/content/GCP/02_intro_to_compute.ipynb b/content/GCP/02_intro_to_compute.ipynb index 70ec315..3556406 100644 --- a/content/GCP/02_intro_to_compute.ipynb +++ b/content/GCP/02_intro_to_compute.ipynb @@ -262,7 +262,7 @@ }, { "cell_type": "markdown", - "id": "09ef9b09-a0bf-4df7-8b20-5033a2118178", + "id": "4c6bfc58-c2b4-4e32-8f03-15e200ed8320", "metadata": { "tags": [] }, @@ -273,11 +273,20 @@ ":class: danger\n", "\n", "This will destroy the VM instance and and ALL the data in it! You cannot undelete an instance!\n", - "```\n", - "\n", + "```" + ] + }, + { + "cell_type": "markdown", + "id": "a2d6cd50-517f-4b98-a0d6-63bd7b3fa137", + "metadata": { + "tags": [] + }, + "source": [ "Now that we have made that clear, we will now complete the resource life-cycle by deleting the *VM Instance* we just created. Think about the process we did for creating the bucket and follow a similar one. First, try to do this on your own.\n", "\n", "```{admonition} Exercise\n", + "\n", "* Try to delete the ***VM instance*** on your own\n", "* Try to follow the process we just learned (hint: *follow* and *enumerate*)\n", "```"