Skip to content

Commit

Permalink
Make both region and zone required variables
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbehnke authored Jun 20, 2023
1 parent 77d10e6 commit e2a4f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ variable "runners" {

variable "zone" {
description = "The zone where the runner will be deployed"
default = "us-central1-c"
type = string
}

Expand Down

0 comments on commit e2a4f6d

Please sign in to comment.