diff --git a/index.html.markdown b/index.html.markdown index e503887e..256a1c94 100644 --- a/index.html.markdown +++ b/index.html.markdown @@ -26,7 +26,7 @@ provider "google" { // Create a new instance resource "google_compute_instance" "default" { - // ... + # ... } ```