diff --git a/nomad-gcp/README.md b/nomad-gcp/README.md index 096ac00..eb3467e 100644 --- a/nomad-gcp/README.md +++ b/nomad-gcp/README.md @@ -40,7 +40,7 @@ provider "google-beta" { module "nomad" { # we are using latest code for gcp nomad client here, but We strongly recommend pinning the version using ref=<> as in above example - source = ""git::https://github.com/CircleCI-Public/server-terraform.git//nomad-gcp" + source = "git::https://github.com/CircleCI-Public/server-terraform.git//nomad-gcp" name = "test" zone = "us-east1-a"