File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module "mysql" {
56
56
| host\_ project\_ id | VPC host project id if the instance is in a service project. | string | ` "" ` | no |
57
57
| instance\_ count | Number of instances to create. | number | ` "1" ` | no |
58
58
| instance\_ type | Instance machine type. | string | ` "n1-standard-2" ` | no |
59
- | kms\_ data | Map with KMS project_id, keyring, location and key if password is encrypted with KMS. | object | ` "null" ` | no |
59
+ | kms\_ data | Map with KMS project_id, keyring, location and key if password is encrypted with KMS. | map(string) | ` <map> ` | no |
60
60
| labels | Labels to be attached to the resources | map(string) | ` <map> ` | no |
61
61
| log\_ driver | Docker log driver to use for CoreDNS. | string | ` "gcplogs" ` | no |
62
62
| my\_ cnf | Content of the my.cnf file that will be written on the instances. | string | ` "" ` | no |
You can’t perform that action at this time.
0 commit comments