From 020f9cf7521ab3dec7415724f675f47d4ea557d9 Mon Sep 17 00:00:00 2001 From: Atul Singh Date: Mon, 28 Mar 2022 16:30:03 -0400 Subject: [PATCH] no-jira | removing extra " (#141) Co-authored-by: Atul Singh --- nomad-gcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"