Skip to content

Commit 8f9d3c3

Browse files
committed
Updated typos
1 parent 27812e0 commit 8f9d3c3

File tree

48 files changed

+84
-84
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

+84
-84
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
@@ -257,7 +257,7 @@ properties:
257257
- 'ANY_IDENTITY'
258258
- 'ANY_USER_ACCOUNT'
259259
- 'ANY_SERVICE_ACCOUNT'
260-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
260+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
261261
- name: 'identities'
262262
type: Array
263263
description: |
@@ -378,7 +378,7 @@ properties:
378378
- 'ANY_IDENTITY'
379379
- 'ANY_USER_ACCOUNT'
380380
- 'ANY_SERVICE_ACCOUNT'
381-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
381+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
382382
- name: 'sources'
383383
type: Array
384384
description: 'Sources that this EgressPolicy authorizes access from.'
@@ -567,7 +567,7 @@ properties:
567567
- 'ANY_IDENTITY'
568568
- 'ANY_USER_ACCOUNT'
569569
- 'ANY_SERVICE_ACCOUNT'
570-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
570+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
571571
- name: 'identities'
572572
type: Array
573573
description: |
@@ -685,7 +685,7 @@ properties:
685685
- 'ANY_IDENTITY'
686686
- 'ANY_USER_ACCOUNT'
687687
- 'ANY_SERVICE_ACCOUNT'
688-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
688+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
689689
- name: 'sources'
690690
type: Array
691691
description: 'Sources that this EgressPolicy authorizes access from.'

mmv1/products/accesscontextmanager/ServicePerimeterDryRunEgressPolicy.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: |
@@ -147,7 +147,7 @@ properties:
147147
then this `EgressTo` rule will authorize access to all resources outside
148148
the perimeter.
149149
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_egress_policy_resources_custom_flatten.go.tmpl
150-
diff_suppress_func: AccessContextManagerServicePerimeterDryRunEgressPolicyEgressToResourcesDiffSupressFunc
150+
diff_suppress_func: AccessContextManagerServicePerimeterDryRunEgressPolicyEgressToResourcesDiffSuppressFunc
151151
item_type:
152152
type: String
153153
- name: 'externalResources'

mmv1/products/accesscontextmanager/ServicePerimeterDryRunIngressPolicy.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: |
@@ -164,7 +164,7 @@ properties:
164164
resources inside the perimeter, provided that the request
165165
also matches the `operations` field.
166166
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_ingress_policy_resources_custom_flatten.go.tmpl
167-
diff_suppress_func: AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToResourcesDiffSupressFunc
167+
diff_suppress_func: AccessContextManagerServicePerimeterDryRunIngressPolicyIngressToResourcesDiffSuppressFunc
168168
item_type:
169169
type: String
170170
- name: 'operations'

mmv1/products/accesscontextmanager/ServicePerimeterEgressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ properties:
105105
- 'ANY_IDENTITY'
106106
- 'ANY_USER_ACCOUNT'
107107
- 'ANY_SERVICE_ACCOUNT'
108-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
108+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
109109
- name: 'identities'
110110
type: Array
111111
description: |
@@ -145,7 +145,7 @@ properties:
145145
then this `EgressTo` rule will authorize access to all resources outside
146146
the perimeter.
147147
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_egress_policy_resources_custom_flatten.go.tmpl
148-
diff_suppress_func: AccessContextManagerServicePerimeterEgressPolicyEgressToResourcesDiffSupressFunc
148+
diff_suppress_func: AccessContextManagerServicePerimeterEgressPolicyEgressToResourcesDiffSuppressFunc
149149
item_type:
150150
type: String
151151
- name: 'externalResources'

mmv1/products/accesscontextmanager/ServicePerimeterIngressPolicy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ properties:
107107
- 'ANY_IDENTITY'
108108
- 'ANY_USER_ACCOUNT'
109109
- 'ANY_SERVICE_ACCOUNT'
110-
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSupressFunc
110+
diff_suppress_func: AccessContextManagerServicePerimeterIdentityTypeDiffSuppressFunc
111111
- name: 'identities'
112112
type: Array
113113
description: |
@@ -164,7 +164,7 @@ properties:
164164
resources inside the perimeter, provided that the request
165165
also matches the `operations` field.
166166
custom_flatten: templates/terraform/custom_flatten/accesscontextmanager_ingress_policy_resources_custom_flatten.go.tmpl
167-
diff_suppress_func: AccessContextManagerServicePerimeterIngressPolicyIngressToResourcesDiffSupressFunc
167+
diff_suppress_func: AccessContextManagerServicePerimeterIngressPolicyIngressToResourcesDiffSuppressFunc
168168
item_type:
169169
type: String
170170
- 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'
@@ -365,7 +365,7 @@ properties:
365365
* projects/{project}/regions/{region}/disks/{disk}
366366
* zones/{zone}/disks/{disk}
367367
* regions/{region}/disks/{disk}
368-
diff_suppress_func: 'sourceDiskDiffSupress'
368+
diff_suppress_func: 'sourceDiskDiffSuppress'
369369
- name: 'sourceDiskId'
370370
type: String
371371
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
@@ -370,7 +370,7 @@ properties:
370370
description: |
371371
Optional. Available fsync modes.
372372
373-
- NO - Do not explicilty call fsync(). Rely on OS defaults.
373+
- NO - Do not explicitly call fsync(). Rely on OS defaults.
374374
- EVERYSEC - Call fsync() once per second in a background thread. A balance between performance and durability.
375375
- ALWAYS - Call fsync() for earch write command.
376376
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)