Skip to content

Commit

Permalink
GoogleCloudPlatform#284 - Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Sep 18, 2023
1 parent 13914a2 commit 3c29391
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modules/guardrails/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,10 @@ variable "additional_user_defined_string" {
variable "terraform_sa_project" {
description = "GCP Project where the Terraform Service Account(s) exist"
type = string
}
}

variable "services" {
description = "Service APIs to enable."
type = list(string)
default = []
}

0 comments on commit 3c29391

Please sign in to comment.