Skip to content

Commit 4373bdb

Browse files
muffl0nimrannayer
andauthored
chore(docs): Fix description of "zone" (#710)
Co-authored-by: Imran Nayer <[email protected]>
1 parent 9ecf78d commit 4373bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/safer_mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ module "safer-mysql-db" {
288288
| user\_name | The name of the default user | `string` | `"default"` | no |
289289
| user\_password | The password for the default user. If not set, a random one will be generated and available in the generated\_user\_password output variable. | `string` | `""` | no |
290290
| vpc\_network | Existing VPC network to which instances are connected. The networks needs to be configured with https://cloud.google.com/vpc/docs/configure-private-services-access. | `string` | n/a | yes |
291-
| zone | The zone for the master instance, it should be something like: `a`, `c`. | `string` | `null` | no |
291+
| zone | The zone for the master instance, it should be something like: `us-central1-a`, `us-east1-c`. | `string` | `null` | no |
292292

293293
## Outputs
294294

modules/safer_mysql/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ spec:
323323
varType: string
324324
required: true
325325
- name: zone
326-
description: "The zone for the master instance, it should be something like: `a`, `c`."
326+
description: "The zone for the master instance, it should be something like: `us-central1-a`, `us-east1-c`."
327327
varType: string
328328
outputs:
329329
- name: generated_user_password

modules/safer_mysql/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ variable "edition" {
7474
}
7575

7676
variable "zone" {
77-
description = "The zone for the master instance, it should be something like: `a`, `c`."
77+
description = "The zone for the master instance, it should be something like: `us-central1-a`, `us-east1-c`."
7878
type = string
7979
default = null
8080
}

0 commit comments

Comments
 (0)