Skip to content

Commit 6078992

Browse files
committed
Remove 'create' from names as it's implied
1 parent 45aee8c commit 6078992

File tree

2 files changed

+4
-4
lines changed
  • cloud_sql

2 files changed

+4
-4
lines changed

cloud_sql/mysql_instance_read_pool/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START cloud_sql_mysql_create_read_pool]
17+
# [START cloud_sql_mysql_read_pool]
1818

1919
resource "google_sql_database_instance" "primary" {
2020
name = "mysql-primary"
@@ -67,4 +67,4 @@ resource "google_sql_database_instance" "replica" {
6767
}
6868
}
6969

70-
# [END cloud_sql_mysql_create_read_pool]
70+
# [END cloud_sql_mysql_read_pool]

cloud_sql/postgres_instance_read_pool/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
# [START cloud_sql_postgres_create_read_pool]
17+
# [START cloud_sql_postgres_read_pool]
1818

1919
resource "google_sql_database_instance" "primary" {
2020
name = "postgres-primary"
@@ -66,4 +66,4 @@ resource "google_sql_database_instance" "replica" {
6666
}
6767
}
6868

69-
# [END cloud_sql_postgres_create_read_pool]
69+
# [END cloud_sql_postgres_read_pool]

0 commit comments

Comments
 (0)