From ad0249eb4601f45c433a6e282041b9bc62d1b29c Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 6 Apr 2017 14:06:48 -0400 Subject: [PATCH] Replace // with # --- index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" { - // ... + # ... } ```