Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
# [START cloud_sql_mysql_instance_custom_subject_alternative_names_create]
# [START cloud_sql_mysql_instance_service_identity]
resource "google_project_service_identity" "default" {
provider = google-beta
Expand Down Expand Up @@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
}
}
# [END cloud_sql_mysql_instance_custom_subject_alternative_names]
# [END cloud_sql_mysql_instance_custom_subject_alternative_names_create]
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
# [START cloud_sql_postgres_instance_custom_subject_alternative_names_create]
# [START cloud_sql_postgres_instance_service_identity]
resource "google_project_service_identity" "default" {
provider = google-beta
Expand Down Expand Up @@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
}
}
# [END cloud_sql_postgres_instance_custom_subject_alternative_names]
# [END cloud_sql_postgres_instance_custom_subject_alternative_names_create]
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
# [START cloud_sql_sqlserver_instance_custom_subject_alternative_names_create]
# [START cloud_sql_sqlserver_instance_service_identity]
resource "google_project_service_identity" "default" {
provider = google-beta
Expand Down Expand Up @@ -106,3 +107,4 @@ resource "google_sql_database_instance" "default" {
}
}
# [END cloud_sql_sqlserver_instance_custom_subject_alternative_names]
# [END cloud_sql_sqlserver_instance_custom_subject_alternative_names_create]
Loading