11** This repository is an unofficial fork**
22
3- The fork is mostly based of the official (now archived) repo.
4- The provider has also some extra changes and solves almost all the reported
5- issues.
3+ The fork is mostly based on the official (now archived) repo.
4+ The provider also includes some extra changes and resolves almost all the
5+ reported issues.
66
7- I incorporated changes by winebarrel/terraform-provider-mysql. Because I found
8- out about that repo only after some work, PR cannot be created easily now.
9- Feel free to create a PR with my code to their repo or the other way around.
7+ I incorporated changes from [ winebarrel/terraform-provider-mysql] ( https://github.com/winebarrel/terraform-provider-mysql ) ,
8+ another fork from the official repo.
109
1110[ ![ Build Status] ( https://www.travis-ci.com/petoju/terraform-provider-mysql.svg?branch=master )] ( https://www.travis-ci.com/petoju/terraform-provider-mysql )
1211
@@ -33,7 +32,7 @@ provider "mysql" {
3332Building The Provider
3433---------------------
3534
36- If you want to reproduce a build (to verify my build confirms to sources),
35+ If you want to reproduce a build (to verify that my build conforms to the sources),
3736download the provider of any version first and find the correct go version:
3837```
3938egrep -a -o 'go1[0-9\.]+' path_to_the_provider_binary
@@ -69,7 +68,7 @@ $ $GOPATH/bin/terraform-provider-mysql
6968
70691 . Docker environment
71702 . mysql-client binary which can be installed on Mac with ` brew install mysql-client@8.0 `
72- 1 . Then add it to your path OR ` brew link mysql-client@8.0 `
71+ 1 . Then add it to your path OR run ` brew link mysql-client@8.0 `
7372
7473### Running tests
7574
0 commit comments