From f22ff3daef56ed279be4a8bfff5afbbd76e8a987 Mon Sep 17 00:00:00 2001 From: Serhii Kozlovskyi Date: Fri, 20 Dec 2019 15:45:45 +0200 Subject: [PATCH] draft --- modules/gsuite_enabled/variables.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gsuite_enabled/variables.tf b/modules/gsuite_enabled/variables.tf index 4e8b80aac..87a146daf 100644 --- a/modules/gsuite_enabled/variables.tf +++ b/modules/gsuite_enabled/variables.tf @@ -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 = "" }