Skip to content

Commit 506274b

Browse files
Sql upstream (#4520) (#2982)
* Add google_dataproc_metastore_service (#4486) (#8520) Signed-off-by: Modular Magician <[email protected]> * Fixes typo in example * Picked up weird changes Co-authored-by: The Magician <[email protected]> Co-authored-by: Michael McCarthy <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Michael McCarthy <[email protected]>
1 parent 7596e2f commit 506274b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/4520.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/sql_user.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "google_sql_database_instance" "master" {
5454
settings {
5555
tier = "db-f1-micro"
5656
57-
datagbase_flags {
57+
database_flags {
5858
name = "cloudsql.iam_authentication"
5959
value = "on"
6060
}

0 commit comments

Comments
 (0)