We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe5789 commit 00a94c8Copy full SHA for 00a94c8
cloud_sql/mysql_instance_custom_subject_alternative_names/main.tf
@@ -98,8 +98,8 @@ resource "google_sql_database_instance" "default" {
98
ip_configuration {
99
# The following server CA mode lets the instance use customer-managed CAS CA to issue server certificates.
100
# https://cloud.google.com/sql/docs/mysql/admin-api/rest/v1beta4/instances#ipconfiguration
101
- server_ca_mode = "CUSTOMER_MANAGED_CAS_CA"
102
- server_ca_pool = google_privateca_ca_pool.default.id
+ server_ca_mode = "CUSTOMER_MANAGED_CAS_CA"
+ server_ca_pool = google_privateca_ca_pool.default.id
103
custom_subject_alternative_names = ["customSan.test.com"]
104
}
105
0 commit comments