Skip to content

Commit cf66efc

Browse files
authored
Update variable in README
1 parent 50ef682 commit cf66efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cos-mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module "mysql" {
5656
| host\_project\_id | VPC host project id if the instance is in a service project. | string | `""` | no |
5757
| instance\_count | Number of instances to create. | number | `"1"` | no |
5858
| 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 |
6060
| labels | Labels to be attached to the resources | map(string) | `<map>` | no |
6161
| log\_driver | Docker log driver to use for CoreDNS. | string | `"gcplogs"` | no |
6262
| my\_cnf | Content of the my.cnf file that will be written on the instances. | string | `""` | no |

0 commit comments

Comments
 (0)