Update variables.tf

typo
This commit is contained in:
Ludovico Magnocavallo 2022-01-14 17:52:52 +01:00 committed by GitHub
parent a67cfff3af
commit 66e2f8d2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ variable "cmek_encryption" {
}
variable "data_eng_principals" {
description = "Groups with Service Account Tocken creator role on service accounts in iam format 'group:group@domain.com' or 'user:user@domain.com'."
description = "Groups with Service Account Token creator role on service accounts in IAM format, eg 'group:group@domain.com'."
type = list(string)
default = []
}