File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
mysql_instance_customer_managed_cas_ca
mysql_instance_google_managed_cas_ca
postgres_instance_customer_managed_cas_ca
postgres_instance_google_managed_cas_ca Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ resource "google_sql_database_instance" "default" {
9393 region = " asia-northeast1"
9494 database_version = " MYSQL_8_4"
9595 settings {
96+ edition = " ENTERPRISE"
9697 tier = " db-f1-micro"
9798 ip_configuration {
9899 # The following server CA mode lets the instance use customer-managed CAS CA to issue server certificates.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ resource "google_sql_database_instance" "default" {
2020 region = " asia-northeast1"
2121 database_version = " MYSQL_8_4"
2222 settings {
23+ edition = " ENTERPRISE"
2324 tier = " db-f1-micro"
2425 ip_configuration {
2526 # The following server CA mode lets the instance use Google-managed CAS CA to issue server certificates.
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ resource "google_sql_database_instance" "default" {
9393 region = " asia-northeast1"
9494 database_version = " POSTGRES_17"
9595 settings {
96+ edition = " ENTERPRISE"
9697 tier = " db-f1-micro"
9798 ip_configuration {
9899 # The following server CA mode lets the instance use customer-managed CAS CA to issue server certificates.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ resource "google_sql_database_instance" "default" {
2020 region = " asia-northeast1"
2121 database_version = " POSTGRES_17"
2222 settings {
23+ edition = " ENTERPRISE"
2324 tier = " db-f1-micro"
2425 ip_configuration {
2526 # The following server CA mode lets the instance use Google-managed CAS CA to issue server certificates.
You can’t perform that action at this time.
0 commit comments