Replace // with #

This commit is contained in:
Seth Vargo 2017-04-06 14:06:48 -04:00
parent 5d6e07ffc8
commit ad0249eb46

View File

@ -26,7 +26,7 @@ provider "google" {
// Create a new instance
resource "google_compute_instance" "default" {
// ...
# ...
}
```