File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
postgres_instance_read_pool Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- # [START cloud_sql_mysql_create_read_pool ]
17+ # [START cloud_sql_mysql_read_pool ]
1818
1919resource "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 ]
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- # [START cloud_sql_postgres_create_read_pool ]
17+ # [START cloud_sql_postgres_read_pool ]
1818
1919resource "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 ]
You can’t perform that action at this time.
0 commit comments