Skip to content

Commit da2f9d9

Browse files
Added region tags for inclusion on cgc cloud SQL docs (#5749) (#11177)
Signed-off-by: Modular Magician <[email protected]>
1 parent cafa1d4 commit da2f9d9

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.changelog/5749.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google/resource_sql_database_generated_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ resource "google_sql_database" "database" {
5555
instance = google_sql_database_instance.instance.name
5656
}
5757
58+
# See versions at https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#database_version
5859
resource "google_sql_database_instance" "instance" {
5960
name = "tf-test-my-database-instance%{random_suffix}"
6061
region = "us-central1"

website/docs/r/sql_database.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ resource "google_sql_database" "database" {
4242
instance = google_sql_database_instance.instance.name
4343
}
4444
45+
# See versions at https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#database_version
4546
resource "google_sql_database_instance" "instance" {
4647
name = "my-database-instance"
4748
region = "us-central1"

0 commit comments

Comments
 (0)