Skip to content

Commit 0e7e9dd

Browse files
authored
docs: remove colon from IAM binding docs (#12153)
1 parent 8d59d24 commit 0e7e9dd

18 files changed

+18
-18
lines changed

mmv1/templates/terraform/resource_iam.html.markdown.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ IAM policy imports use the identifier of the resource in question, e.g.
314314
$ terraform import <%= resource_ns_iam -%>_policy.editor <%= all_formats.first.gsub('{{name}}', "{{#{object.name.underscore}}}") %>
315315
```
316316

317-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
317+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
318318
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
319319

320320
<% if object.base_url.include?("{{project}}")-%>

mmv1/templates/terraform/resource_iam.html.markdown.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ IAM policy imports use the identifier of the resource in question, e.g.
295295
$ terraform import {{ $.IamTerraformName }}_policy.editor {{ $.FirstIamImportIdFormat }}
296296
```
297297

298-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
298+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
299299
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
300300
{{- if contains $.BaseUrl "{{project}}" }}
301301

mmv1/third_party/terraform/website/docs/r/bigtable_instance_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ exported:
104104

105105
## Import
106106

107-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
107+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
108108
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
109109

110110
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/bigtable_table_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ exported:
101101
## Import
102102

103103

104-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
104+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
105105
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
106106

107107
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/billing_account_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ exported:
9090
## Import
9191

9292

93-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
93+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9494
full name of the custom role, e.g. `organizations/my-org-id/roles/my-custom-role`.
9595

9696
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/dataproc_cluster_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ exported:
9999

100100
## Import
101101

102-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
102+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
103103
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
104104

105105
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/dataproc_job_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ exported:
9999

100100
## Import
101101

102-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
102+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
103103
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
104104

105105
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/google_folder_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ exported:
212212

213213
## Import
214214

215-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
215+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
216216
full name of the custom role, e.g. `organizations/{{org_id}}/roles/{{role_id}}`.
217217

218218
-> **Conditional IAM Bindings**: If you're importing a IAM binding with a condition block, make sure

mmv1/third_party/terraform/website/docs/r/google_organization_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ exported:
215215

216216
## Import
217217

218-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
218+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
219219
full name of the custom role, e.g. `organizations/{{org_id}}/roles/{{role_id}}`.
220220

221221
-> **Conditional IAM Bindings**: If you're importing a IAM binding with a condition block, make sure

mmv1/third_party/terraform/website/docs/r/google_project_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ exported:
212212

213213
## Import
214214

215-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
215+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
216216
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
217217

218218
-> **Conditional IAM Bindings**: If you're importing a IAM binding with a condition block, make sure

mmv1/third_party/terraform/website/docs/r/google_service_account_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ exported:
176176

177177
## Import
178178

179-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
179+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
180180
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
181181

182182
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/healthcare_dataset_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exported:
9595

9696
## Import
9797

98-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
98+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9999
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
100100

101101
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/healthcare_dicom_store_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exported:
9595

9696
## Import
9797

98-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
98+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9999
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
100100

101101
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/healthcare_fhir_store_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exported:
9595

9696
## Import
9797

98-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
98+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9999
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
100100

101101
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/healthcare_hl7_v2_store_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ exported:
9696

9797
## Import
9898

99-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
99+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
100100
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
101101

102102
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/pubsub_subscription_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ exported:
9292

9393
## Import
9494

95-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
95+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9696
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
9797

9898
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/spanner_instance_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ exported:
9595

9696
## Import
9797

98-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
98+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
9999
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
100100

101101
### Importing IAM members

mmv1/third_party/terraform/website/docs/r/storage_managed_folder_iam.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ IAM policy imports use the identifier of the resource in question, e.g.
199199
$ terraform import google_storage_managed_folder_iam_policy.editor b/{{bucket}}/managedFolders/{{managed_folder}}
200200
```
201201

202-
-> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
202+
-> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
203203
full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.

0 commit comments

Comments
 (0)