File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
mysql_instance_custom_subject_alternative_names
postgres_instance_custom_subject_alternative_names
sqlserver_instance_custom_subject_alternative_names Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+ # [START cloud_sql_mysql_mysql_instance_custom_subject_alternative_names_create]
1617# [START cloud_sql_mysql_instance_service_identity]
1718resource "google_project_service_identity" "default" {
1819 provider = google- beta
@@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
106107 }
107108}
108109# [END cloud_sql_mysql_instance_custom_subject_alternative_names]
110+ # [END cloud_sql_mysql_instance_custom_subject_alternative_names_create]
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+ # [START cloud_sql_postgres_instance_custom_subject_alternative_names_create]
1617# [START cloud_sql_postgres_instance_service_identity]
1718resource "google_project_service_identity" "default" {
1819 provider = google- beta
@@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
106107 }
107108}
108109# [END cloud_sql_postgres_instance_custom_subject_alternative_names]
110+ # [END cloud_sql_postgres_instance_custom_subject_alternative_names_create]
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16+ # [START cloud_sql_sqlserver_instance_custom_subject_alternative_names_create]
1617# [START cloud_sql_sqlserver_instance_service_identity]
1718resource "google_project_service_identity" "default" {
1819 provider = google- beta
@@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
106107 }
107108}
108109# [END cloud_sql_sqlserver_instance_custom_subject_alternative_names]
110+ # [END cloud_sql_sqlserver_instance_custom_subject_alternative_names_create]
You can’t perform that action at this time.
0 commit comments