Skip to content

Commit 081a884

Browse files
sevietglasnt
authored andcommitted
docs: added parent region tags for custom SAN examples (terraform-google-modules#889)
* docs: added parent region tags for custom SAN examples * make region tags consistent * address lint failuers --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent d8e0ea8 commit 081a884

File tree

3 files changed

+6
-0
lines changed
  • cloud_sql
    • mysql_instance_custom_subject_alternative_names
    • postgres_instance_custom_subject_alternative_names
    • sqlserver_instance_custom_subject_alternative_names

3 files changed

+6
-0
lines changed

cloud_sql/mysql_instance_custom_subject_alternative_names/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
# [START cloud_sql_mysql_instance_custom_subject_alternative_names_create]
1617
# [START cloud_sql_mysql_instance_service_identity]
1718
resource "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]

cloud_sql/postgres_instance_custom_subject_alternative_names/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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]
1718
resource "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]

cloud_sql/sqlserver_instance_custom_subject_alternative_names/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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]
1718
resource "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]

0 commit comments

Comments
 (0)