Skip to content

Commit

Permalink
Added region tags for inclusion on cgc cloud SQL docs (#5749) (#4082)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Feb 25, 2022
1 parent 7f01e64 commit e1fec3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/5749.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
1 change: 1 addition & 0 deletions google-beta/resource_sql_database_generated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ resource "google_sql_database" "database" {
instance = google_sql_database_instance.instance.name
}
# See versions at https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#database_version
resource "google_sql_database_instance" "instance" {
name = "tf-test-my-database-instance%{random_suffix}"
region = "us-central1"
Expand Down
1 change: 1 addition & 0 deletions website/docs/r/sql_database.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ resource "google_sql_database" "database" {
instance = google_sql_database_instance.instance.name
}
# See versions at https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#database_version
resource "google_sql_database_instance" "instance" {
name = "my-database-instance"
region = "us-central1"
Expand Down

0 comments on commit e1fec3c

Please sign in to comment.