Skip to content

Commit 00a94c8

Browse files
committed
Fix fmt issues
1 parent abe5789 commit 00a94c8

File tree

1 file changed

+2
-2
lines changed
  • cloud_sql/mysql_instance_custom_subject_alternative_names

1 file changed

+2
-2
lines changed

cloud_sql/mysql_instance_custom_subject_alternative_names/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ resource "google_sql_database_instance" "default" {
9898
ip_configuration {
9999
# The following server CA mode lets the instance use customer-managed CAS CA to issue server certificates.
100100
# 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
101+
server_ca_mode = "CUSTOMER_MANAGED_CAS_CA"
102+
server_ca_pool = google_privateca_ca_pool.default.id
103103
custom_subject_alternative_names = ["customSan.test.com"]
104104
}
105105
}

0 commit comments

Comments
 (0)