From fb9cef100238a6d7a3cd69c7cdc1b67ca13ce928 Mon Sep 17 00:00:00 2001 From: Francesco Pavan Date: Sat, 9 Dec 2023 00:26:40 +0100 Subject: [PATCH] Fixed typos + regenerated docs --- modules/cloudsql-instance/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudsql-instance/variables.tf b/modules/cloudsql-instance/variables.tf index bee027d746..e3355176a2 100644 --- a/modules/cloudsql-instance/variables.tf +++ b/modules/cloudsql-instance/variables.tf @@ -238,7 +238,7 @@ variable "tier" { } variable "users" { - description = "Map of users to create in the primary instance (and replicated to other replicas). For MySQL, anything afterr the first `@` (if persent) will be used as the user's host. Set PASSWORD to null if you want to get an autogenerated password. The user types available are: 'BUILT_IN', 'CLOUD_IAM_USER' or 'CLOUD_IAM_SERVICE_ACCOUNT'." + description = "Map of users to create in the primary instance (and replicated to other replicas). For MySQL, anything after the first `@` (if present) will be used as the user's host. Set PASSWORD to null if you want to get an autogenerated password. The user types available are: 'BUILT_IN', 'CLOUD_IAM_USER' or 'CLOUD_IAM_SERVICE_ACCOUNT'." type = map(object({ password = optional(string) type = optional(string)