Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniordache committed Aug 9, 2022
1 parent 5f65d14 commit 16cab84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ resource "mysql_grant" "test_db1" {
host = "%"
database = "db"
table = "table"
privileges = [ "SELECT", "INSERT (`column1`), "UPDATE (`column1`, `column2`, `column3`)""]
privileges = [ "SELECT", "INSERT (`column1`)", "UPDATE (`column1`, `column2`, `column3`)"]
}
```

0 comments on commit 16cab84

Please sign in to comment.