Skip to content

Commit 632a9bc

Browse files
authored
Updated typos (#12278)
1 parent 6267e19 commit 632a9bc

File tree

48 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+86
-86
lines changed

docs/content/contribute/review-pr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ This page provides guidelines for reviewing a Magic Modules pull request (PR).
4444
{{< /hint >}}
4545
1. a significant number of preexisting tests have not been modified. Changing old tests often indicates a change is backwards incompatible.
4646
1. Check documentation to ensure
47-
1. resouce-level and field-level documentation are generated correctly for MMv1-based resource
47+
1. resource-level and field-level documentation are generated correctly for MMv1-based resource
4848
1. documentation is added manually for handwritten resources.
4949
1. Check if release notes capture all changes in the PR, and are correctly formatted following the guidance in [write release notes]({{< ref "release-notes" >}}) before merging the PR.

docs/content/reference/make-commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ make provider VERSION=ga OUTPUT_PATH="$GOPATH/src/github.com/hashicorp/terraform
3434

3535
- `OUTPUT_PATH`: Required. The location you are generating provider code into.
3636
- `VERSION`: Required. The version of the provider you are building into. Valid values are `ga` and `beta`.
37-
- `PRODUCT`: Limits generations to the specified folder within `mmv1/products` or `tpgtools/api`. Handwritten files from `mmv1/third_party/terraform` are always generated into the downstream regardless of this setting, so you can provide a non-existant product name to generate only handwritten code. Required if `RESOURCE` is specified.
37+
- `PRODUCT`: Limits generations to the specified folder within `mmv1/products` or `tpgtools/api`. Handwritten files from `mmv1/third_party/terraform` are always generated into the downstream regardless of this setting, so you can provide a non-existent product name to generate only handwritten code. Required if `RESOURCE` is specified.
3838
- `RESOURCE`: Limits generation to the specified resource within a particular product. For `mmv1` resources, matches the resource's `name` field (set in its configuration file).For `tpgtools` resources, matches the terraform resource name.
3939
- `ENGINE`: Modifies `make provider` to only generate code using the specified engine. Valid values are `mmv1` or `tpgtools`. (Providing `tpgtools` will still generate any prerequisite mmv1 files required for tpgtools.)
4040

mmv1/products/accesscontextmanager/ServicePerimeter.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ properties:
258258
- 'ANY_IDENTITY'
259259
- 'ANY_USER_ACCOUNT'
260260
- 'ANY_SERVICE_ACCOUNT'
261-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
261+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
262262
- name: 'identities'
263263
type: Array
264264
description: |
@@ -381,7 +381,7 @@ properties:
381381
- 'ANY_IDENTITY'
382382
- 'ANY_USER_ACCOUNT'
383383
- 'ANY_SERVICE_ACCOUNT'
384-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
384+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
385385
- name: 'sources'
386386
type: Array
387387
description: 'Sources that this EgressPolicy authorizes access from.'
@@ -572,7 +572,7 @@ properties:
572572
- 'ANY_IDENTITY'
573573
- 'ANY_USER_ACCOUNT'
574574
- 'ANY_SERVICE_ACCOUNT'
575-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
575+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
576576
- name: 'identities'
577577
type: Array
578578
description: |
@@ -690,7 +690,7 @@ properties:
690690
- 'ANY_IDENTITY'
691691
- 'ANY_USER_ACCOUNT'
692692
- 'ANY_SERVICE_ACCOUNT'
693-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
693+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
694694
- name: 'sources'
695695
type: Array
696696
description: 'Sources that this EgressPolicy authorizes access from.'

mmv1/products/accesscontextmanager/ServicePerimeterDryRunEgressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ properties:
111111
- 'ANY_IDENTITY'
112112
- 'ANY_USER_ACCOUNT'
113113
- 'ANY_SERVICE_ACCOUNT'
114-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
114+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
115115
- name: 'identities'
116116
type: Array
117117
description: |
@@ -152,7 +152,7 @@ properties:
152152
then this `EgressTo` rule will authorize access to all resources outside
153153
the perimeter.
154154
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_egress_policy_resources_custom_flatten.go.tmpl
155-
diff_suppress_func: AccessContextManagerServicePerimeterDryRunEgressPolicyEgressToResourcesDiffSupressFunc
155+
diff_suppress_func: AccessContextManagerServicePerimeterDryRunEgressPolicyEgressToResourcesDiffSuppressFunc
156156
item_type:
157157
type: String
158158
- name: 'externalResources'

mmv1/products/accesscontextmanager/ServicePerimeterDryRunIngressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ properties:
113113
- 'ANY_IDENTITY'
114114
- 'ANY_USER_ACCOUNT'
115115
- 'ANY_SERVICE_ACCOUNT'
116-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
116+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
117117
- name: 'identities'
118118
type: Array
119119
description: |
@@ -169,7 +169,7 @@ properties:
169169
resources inside the perimeter, provided that the request
170170
also matches the `operations` field.
171171
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_ingress_policy_resources_custom_flatten.go.tmpl
172-
diff_suppress_func: AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToResourcesDiffSupressFunc
172+
diff_suppress_func: AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToResourcesDiffSuppressFunc
173173
item_type:
174174
type: String
175175
- name: 'operations'

mmv1/products/accesscontextmanager/ServicePerimeterEgressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ properties:
108108
- 'ANY_IDENTITY'
109109
- 'ANY_USER_ACCOUNT'
110110
- 'ANY_SERVICE_ACCOUNT'
111-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
111+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
112112
- name: 'identities'
113113
type: Array
114114
description: |
@@ -150,7 +150,7 @@ properties:
150150
then this `EgressTo` rule will authorize access to all resources outside
151151
the perimeter.
152152
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_egress_policy_resources_custom_flatten.go.tmpl
153-
diff_suppress_func: AccessContextManagerServicePerimeterEgressPolicyEgressToResourcesDiffSupressFunc
153+
diff_suppress_func: AccessContextManagerServicePerimeterEgressPolicyEgressToResourcesDiffSuppressFunc
154154
item_type:
155155
type: String
156156
- name: 'externalResources'

mmv1/products/accesscontextmanager/ServicePerimeterIngressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ properties:
110110
- 'ANY_IDENTITY'
111111
- 'ANY_USER_ACCOUNT'
112112
- 'ANY_SERVICE_ACCOUNT'
113-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
113+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
114114
- name: 'identities'
115115
type: Array
116116
description: |
@@ -169,7 +169,7 @@ properties:
169169
resources inside the perimeter, provided that the request
170170
also matches the `operations` field.
171171
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_ingress_policy_resources_custom_flatten.go.tmpl
172-
diff_suppress_func: AccessContextManagerServicePerimeterIngressPolicyIngressToResourcesDiffSupressFunc
172+
diff_suppress_func: AccessContextManagerServicePerimeterIngressPolicyIngressToResourcesDiffSuppressFunc
173173
item_type:
174174
type: String
175175
- name: 'operations'

mmv1/products/apigee/AppGroup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ properties:
7979
- name: "channelId"
8080
type: String
8181
description: |
82-
Channel identifier identifies the owner maintaing this grouping.
82+
Channel identifier identifies the owner maintaining this grouping.
8383
- name: "displayName"
8484
type: String
8585
description: |

mmv1/products/billingbudget/Budget.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ properties:
213213
this is a list of credit types to be subtracted from gross cost to determine the spend for threshold calculations. See a list of acceptable credit type values.
214214
If creditTypesTreatment is not INCLUDE_SPECIFIED_CREDITS, this field must be empty.
215215
216-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an emtpy array in the config.
216+
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
217217
default_from_api: true
218218
at_least_one_of:
219219
- 'budget_filter.0.projects'
@@ -236,7 +236,7 @@ properties:
236236
If the field is omitted, the report will include usage from the parent
237237
account and all subaccounts, if they exist.
238238
239-
**Note:** If the field has a value in the config and needs to be removed, the field has to be an emtpy array in the config.
239+
**Note:** If the field has a value in the config and needs to be removed, the field has to be an empty array in the config.
240240
default_from_api: true
241241
at_least_one_of:
242242
- 'budget_filter.0.projects'

mmv1/products/cloudfunctions2/Function.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ properties:
593593
- name: 'projectId'
594594
type: String
595595
description: |
596-
Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
596+
Project identifier (preferably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
597597
required: true
598598
- name: 'secret'
599599
type: String
@@ -619,7 +619,7 @@ properties:
619619
- name: 'projectId'
620620
type: String
621621
description: |
622-
Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
622+
Project identifier (preferably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.
623623
required: true
624624
- name: 'secret'
625625
type: String

mmv1/products/cloudrunv2/Job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ properties:
198198
- name: 'expireTime'
199199
type: Time
200200
description: |-
201-
For a deleted resource, the time after which it will be permamently deleted.
201+
For a deleted resource, the time after which it will be permanently deleted.
202202
output: true
203203
- name: 'creator'
204204
type: String

mmv1/products/cloudrunv2/Service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ properties:
245245
- name: 'expireTime'
246246
type: Time
247247
description: |-
248-
For a deleted resource, the time after which it will be permamently deleted.
248+
For a deleted resource, the time after which it will be permanently deleted.
249249
output: true
250250
- name: 'creator'
251251
type: String

mmv1/products/compute/Disk.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ custom_code:
7272
pre_delete: 'templates/terraform/pre_delete/detach_disk.tmpl'
7373
custom_diff:
7474
- 'customdiff.ForceNewIfChange("size", IsDiskShrinkage)'
75-
- 'hyperDiskIopsUpdateDiffSupress'
75+
- 'hyperDiskIopsUpdateDiffSuppress'
7676
examples:
7777
- name: 'disk_basic'
7878
primary_resource_id: 'default'
@@ -366,7 +366,7 @@ properties:
366366
* projects/{project}/regions/{region}/disks/{disk}
367367
* zones/{zone}/disks/{disk}
368368
* regions/{region}/disks/{disk}
369-
diff_suppress_func: 'sourceDiskDiffSupress'
369+
diff_suppress_func: 'sourceDiskDiffSuppress'
370370
- name: 'sourceDiskId'
371371
type: String
372372
description: |

mmv1/products/compute/RegionDisk.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ custom_code:
7070
pre_delete: 'templates/terraform/pre_delete/detach_disk.tmpl'
7171
custom_diff:
7272
- 'customdiff.ForceNewIfChange("size", IsDiskShrinkage)'
73-
- 'hyperDiskIopsUpdateDiffSupress'
73+
- 'hyperDiskIopsUpdateDiffSuppress'
7474
examples:
7575
- name: 'region_disk_basic'
7676
primary_resource_id: 'regiondisk'
@@ -313,7 +313,7 @@ properties:
313313
* projects/{project}/regions/{region}/disks/{disk}
314314
* zones/{zone}/disks/{disk}
315315
* regions/{region}/disks/{disk}
316-
diff_suppress_func: 'sourceDiskDiffSupress'
316+
diff_suppress_func: 'sourceDiskDiffSuppress'
317317
- name: 'sourceDiskId'
318318
type: String
319319
description: |

mmv1/products/dialogflowcx/Flow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ properties:
587587
- name: 'useTimeoutBasedEndpointing'
588588
type: Boolean
589589
description: |
590-
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
590+
Use timeout based endpointing, interpreting endpointer sensitivity as seconds of timeout value.
591591
- name: 'models'
592592
type: KeyValuePairs
593593
description: |

mmv1/products/gkehub2/Feature.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ properties:
484484
type: Enum
485485
description: 'Configures the manner in which the template library is installed on the cluster.'
486486
enum_values:
487-
- 'INSTALATION_UNSPECIFIED'
487+
- 'INSTALLATION_UNSPECIFIED'
488488
- 'NOT_INSTALLED'
489489
- 'ALL'
490490
- name: 'bundles'

mmv1/products/integrationconnectors/Connection.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ properties:
215215
- name: 'encryptionKeyValue'
216216
type: NestedObject
217217
description: |
218-
Encription key value of configVariable.
218+
Encryption key value of configVariable.
219219
properties:
220220
- name: 'type'
221221
type: Enum
222222
description: |
223-
Type of Encription Key
223+
Type of Encryption Key
224224
required: true
225225
enum_values:
226226
- 'GOOGLE_MANAGED'
@@ -287,12 +287,12 @@ properties:
287287
- name: 'encryptionKeyValue'
288288
type: NestedObject
289289
description: |
290-
Encription key value of configVariable.
290+
Encryption key value of configVariable.
291291
properties:
292292
- name: 'type'
293293
type: Enum
294294
description: |
295-
Type of Encription Key
295+
Type of Encryption Key
296296
required: true
297297
enum_values:
298298
- 'GOOGLE_MANAGED'
@@ -691,12 +691,12 @@ properties:
691691
- name: 'encryptionKeyValue'
692692
type: NestedObject
693693
description: |
694-
Encription key value of configVariable
694+
Encryption key value of configVariable
695695
properties:
696696
- name: 'type'
697697
type: Enum
698698
description: |
699-
Type of Encription Key
699+
Type of Encryption Key
700700
enum_values:
701701
- 'GOOGLE_MANAGED'
702702
- 'CUSTOMER_MANAGED'
@@ -810,12 +810,12 @@ properties:
810810
- name: 'encryptionKeyValue'
811811
type: NestedObject
812812
description: |
813-
Encription key value of configVariable
813+
Encryption key value of configVariable
814814
properties:
815815
- name: 'type'
816816
type: Enum
817817
description: |
818-
Type of Encription Key
818+
Type of Encryption Key
819819
enum_values:
820820
- 'GOOGLE_MANAGED'
821821
- 'CUSTOMER_MANAGED'
@@ -890,7 +890,7 @@ properties:
890890
- name: 'encryptionKeyValue'
891891
type: NestedObject
892892
description: |
893-
Encription key value of configVariable.
893+
Encryption key value of configVariable.
894894
properties:
895895
- name: 'type'
896896
type: Enum

mmv1/products/netapp/ActiveDirectory.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ properties:
149149
- name: 'kdcHostname'
150150
type: String
151151
description: |
152-
Hostname of the Active Directory server used as Kerberos Key Distribution Center. Only requried for volumes using kerberized NFSv4.1
152+
Hostname of the Active Directory server used as Kerberos Key Distribution Center. Only required for volumes using kerberized NFSv4.1
153153
required: false
154154
- name: 'kdcIp'
155155
type: String

mmv1/products/netapp/Volume.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ properties:
113113
- name: 'storagePool'
114114
type: String
115115
description: |
116-
Name of the storage pool to create the volume in. Pool needs enough spare capacity to accomodate the volume.
116+
Name of the storage pool to create the volume in. Pool needs enough spare capacity to accommodate the volume.
117117
required: true
118118
- name: 'network'
119119
type: String
@@ -123,7 +123,7 @@ properties:
123123
- name: 'serviceLevel'
124124
type: String
125125
description: |
126-
Service level of the volume. Inherited from storage pool. Supported values are : PREMIUM, EXTERME, STANDARD, FLEX.
126+
Service level of the volume. Inherited from storage pool. Supported values are : PREMIUM, EXTREME, STANDARD, FLEX.
127127
output: true
128128
- name: 'capacityGib'
129129
type: String
@@ -146,7 +146,7 @@ properties:
146146
- name: 'allowedClients'
147147
type: String
148148
description: |-
149-
Defines the client ingress specification (allowed clients) as a comma seperated list with IPv4 CIDRs or IPv4 host addresses.
149+
Defines the client ingress specification (allowed clients) as a comma separated list with IPv4 CIDRs or IPv4 host addresses.
150150
- name: 'hasRootAccess'
151151
type: String
152152
description: |-

mmv1/products/privateca/Certificate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ properties:
11111111
properties:
11121112
- name: 'keyId'
11131113
type: String
1114-
description: The value of the KeyId in lowercase hexidecimal.
1114+
description: The value of the KeyId in lowercase hexadecimal.
11151115
immutable: true
11161116
- name: 'publicKey'
11171117
type: NestedObject

mmv1/products/privateca/CertificateAuthority.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ properties:
225225
properties:
226226
- name: 'keyId'
227227
type: String
228-
description: The value of the KeyId in lowercase hexidecimal.
228+
description: The value of the KeyId in lowercase hexadecimal.
229229
immutable: true
230230
- name: 'x509Config'
231231
type: NestedObject

mmv1/products/redis/Cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ properties:
462462
description: |
463463
Optional. Available fsync modes.
464464
465-
- NO - Do not explicilty call fsync(). Rely on OS defaults.
465+
- NO - Do not explicitly call fsync(). Rely on OS defaults.
466466
- EVERYSEC - Call fsync() once per second in a background thread. A balance between performance and durability.
467467
- ALWAYS - Call fsync() for earch write command.
468468
enum_values:

mmv1/products/vertexai/IndexEndpointDeployedIndex.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ properties:
187187
description: |
188188
A description of resources that the DeployedIndex uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration.
189189
190-
# Note: Having the fields within automaticResouces not being marked as immutable was done in order to support the ability to update such fields. See : https://github.com/GoogleCloudPlatform/magic-modules/pull/11039#issuecomment-2209316648
190+
# Note: Having the fields within automaticResources not being marked as immutable was done in order to support the ability to update such fields. See : https://github.com/GoogleCloudPlatform/magic-modules/pull/11039#issuecomment-2209316648
191191
default_from_api: true
192192
properties:
193193
- name: 'minReplicaCount'

0 commit comments

Comments
 (0)