Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 2d1c71f

Browse files
committed
Update README
1 parent 5cb12d9 commit 2d1c71f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ terraform {
1313
required_providers {
1414
mysql = {
1515
source = "winebarrel/mysql"
16-
version = "1.9.0-p7"
16+
version = "1.9.0-p8"
1717
}
1818
}
1919
required_version = ">= 0.13"
2020
}
2121
2222
provider "mysql" {
23+
endpoint = "localhost"
24+
username = "root"
2325
}
2426
```

0 commit comments

Comments
 (0)