Skip to content

Commit f49d116

Browse files
authored
Merge pull request #138 from CircleCI-Public/maint-fix-nomad-renewal
(maint) Update variables.tf
2 parents bb870af + 544434f commit f49d116

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nomad-gcp/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,6 @@ variable "k8s_namespace" {
153153

154154
variable "project" {
155155
type = string
156+
default = "project-id"
156157
description = "GCP Project ID"
157-
}
158+
}

0 commit comments

Comments
 (0)