Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
Try again to fix GitHub rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Jan 14, 2022
1 parent 6f2a309 commit 5fa3e11
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions content/GCP/02_intro_to_compute.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
},
{
"cell_type": "markdown",
"id": "09ef9b09-a0bf-4df7-8b20-5033a2118178",
"id": "4c6bfc58-c2b4-4e32-8f03-15e200ed8320",
"metadata": {
"tags": []
},
Expand All @@ -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",
"```"
Expand Down

0 comments on commit 5fa3e11

Please sign in to comment.