Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
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
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.