hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 189 forks source link

Support for wildcard for database name #20

Closed krogon-dp closed 6 years ago

krogon-dp commented 7 years ago

There is no possibility to use _ and % wildcard characters in database name. This is due to the fact that database name is not enclosed in backquote.

cliles commented 7 years ago

You can use backticks around the % as a workaround.

database   = "`%`"