diff --git a/content/GCP/02_intro_to_compute.ipynb b/content/GCP/02_intro_to_compute.ipynb index 3556406..4af382f 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": "4c6bfc58-c2b4-4e32-8f03-15e200ed8320", + "id": "20cf758a-f94c-4460-8733-fb011e58ce51", "metadata": { "tags": [] }, @@ -273,16 +273,9 @@ ":class: danger\n", "\n", "This will destroy the VM instance and and ALL the data in it! You cannot undelete an instance!\n", - "```" - ] - }, - { - "cell_type": "markdown", - "id": "a2d6cd50-517f-4b98-a0d6-63bd7b3fa137", - "metadata": { - "tags": [] - }, - "source": [ + "\n", + "```\n", + "\n", "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",