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

Commit

Permalink
Looks like a bug. Good enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddelkoop committed Jan 14, 2022
1 parent 068057a commit d49282f
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 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": "20cf758a-f94c-4460-8733-fb011e58ce51",
"id": "c59b7e30-95a4-4eb7-91bf-ba30390ed817",
"metadata": {
"tags": []
},
Expand All @@ -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",
Expand Down

0 comments on commit d49282f

Please sign in to comment.