diff --git a/examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf index 6828e9a7..d4d66b0f 100644 --- a/examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf +++ b/examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf @@ -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 = [] }