Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
SKozlovsky committed Dec 20, 2019
1 parent 9be37ee commit f22ff3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/gsuite_enabled/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@ variable "create_group" {
}

variable "sa_group" {
type = string
description = "A G Suite group to place the default Service Account for the project in"
default = ""
}

variable "api_sa_group" {
type = string
description = "A G Suite group to place the Google APIs Service Account for the project in"
default = ""
}

0 comments on commit f22ff3d

Please sign in to comment.