From d49282f463acf9c9528921dfa2d2bf55e268d9aa Mon Sep 17 00:00:00 2001 From: Timothy Middelkoop Date: Fri, 14 Jan 2022 21:09:29 +0000 Subject: [PATCH] Looks like a bug. Good enough. --- content/GCP/02_intro_to_compute.ipynb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/content/GCP/02_intro_to_compute.ipynb b/content/GCP/02_intro_to_compute.ipynb index 4af382f..1c48715 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": "20cf758a-f94c-4460-8733-fb011e58ce51", + "id": "c59b7e30-95a4-4eb7-91bf-ba30390ed817", "metadata": { "tags": [] }, @@ -274,8 +274,16 @@ "\n", "This will destroy the VM instance and and ALL the data in it! You cannot undelete an instance!\n", "\n", - "```\n", - "\n", + "```" + ] + }, + { + "cell_type": "markdown", + "id": "31bcefe2-dcf8-42d7-a8b5-76edeb585c7d", + "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",