Skip to content

Commit

Permalink
Added: random_instance_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-recurly committed May 27, 2020
1 parent 7346498 commit 6f4b4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
| name | The name of the Cloud SQL resources | string | n/a | yes |
| pricing\_plan | The pricing plan for the master instance. | string | `"PER_USE"` | no |
| project\_id | The project ID to manage the Cloud SQL resources | string | n/a | yes |
| random\_instance\_name | To use a random prefix at the end of the Cloud SQL resource | bool | `"false"` | no |
| random\_instance\_name | Sets rando prefix at the end of the Cloud SQL resource name | bool | `"false"` | no |
| read\_replica\_activation\_policy | The activation policy for the read replica instances. Can be either `ALWAYS`, `NEVER` or `ON_DEMAND`. | string | `"ALWAYS"` | no |
| read\_replica\_configuration | The replica configuration for use in all read replica instances. | object | `<map>` | no |
| read\_replica\_crash\_safe\_replication | The crash safe replication is to indicates when crash-safe replication flags are enabled. | bool | `"true"` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ variable "name" {

variable "random_instance_name" {
type = bool
description = "To use a random prefix at the end of the Cloud SQL resource"
description = "Sets rando prefix at the end of the Cloud SQL resource name"
default = false
}

Expand Down

0 comments on commit 6f4b4a1

Please sign in to comment.