Skip to content

Commit 7d8dc2c

Browse files
authored
chore: update grammar (#286)
Updates grammar errors in documentation. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 5cff38e commit 7d8dc2c

12 files changed

+18
-18
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ signs:
3939
- artifacts: checksum
4040
args:
4141
# if you are using this is a GitHub action or some other automated pipeline, you
42-
# need to pass the batch flag to indicate its not interactive.
42+
# need to pass the batch flag to indicate it's not interactive.
4343
- "--batch"
4444
- "--local-user"
4545
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ BUG FIXES:
207207

208208
* Added instructions for delay needed after SDDC creation for site recovery [\#21](https://github.com/vmware/terraform-provider-vmc/pull/21)
209209
* Removed capitalized error messages from code [\#23](https://github.com/vmware/terraform-provider-vmc/pull/23)
210-
* Updated module name in go.mod [\#24](https://github.com/vmware/terraform-provider-vmc/pull/24)
210+
* Updated module name in `go.mod`. [\#24](https://github.com/vmware/terraform-provider-vmc/pull/24)
211211

212212
ENHANCEMENTS:
213213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Learn more:
3434

3535
The Terraform Provider for VMware Cloud on AWS is a Partner tier provider.
3636

37-
Partner tier providers are owned and maintained by a partner in the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the provider is listed on the [Terraform Registry][terraform-registry] with a Partner tier label.
37+
Partner tier providers are owned and maintained by a partner in the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the provider are listed on the [Terraform Registry][terraform-registry] with a Partner tier label.
3838

3939
To use a released version of the Terraform provider in your environment, run `terraform init` and Terraform will automatically install the provider from the Terraform Registry.
4040

@@ -63,7 +63,7 @@ If you would like to submit a pull request, please read the [contribution guidel
6363

6464
## Support
6565

66-
The Terraform Provider for VMware Cloud on AWS is supported by Broadcom and the provider community. For bugs and feature requests please open a Github Issue and label it appropriately or contact Broadcom support.
66+
The Terraform Provider for VMware Cloud on AWS is supported by Broadcom and the provider community. For bugs and feature requests please open a GitHub Issue and label it appropriately or contact Broadcom support.
6767

6868
## License
6969

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SPDX-License-Identifier: MPL-2.0
1414

1515
The Terraform Provider for VMware Cloud on AWS is a Partner Tier provider.
1616

17-
Partner providers are owned and maintained by a partner in the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the provider is listed on the [Terraform Registry][terraform-registry] with a partner tier label.
17+
Partner providers are owned and maintained by a partner in the HashiCorp Technology Partner Program. HashiCorp verifies the authenticity of the publisher and the provider are listed on the [Terraform Registry][terraform-registry] with a partner tier label.
1818

1919
### Configure the Terraform Configuration Files
2020

docs/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ create real resources, and often cost money to run.
1616

1717
## Configuring Environment Variables
1818

19-
Set required environment variables based based on your infrastructure settings.
19+
Set required environment variables based on your infrastructure settings.
2020

2121
```sh
2222
$ # clientId and client secret of the test OAuth2.0 app attached to the test organization with at least
@@ -54,7 +54,7 @@ If you want to run against a specific set of tests, run `make testacc` with the
5454
$ make testacc TESTARGS="-run=TestAccResourceVmcSddc_basic"
5555
```
5656

57-
Additionally, A limited set of acceptance tests can be ran with the ZEROCLOUD
57+
Additionally, a limited set of acceptance tests can be run with the ZEROCLOUD
5858
cloud provider, which is much faster and cheaper, while providing decent API
5959
coverage:. For example:
6060

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is an example that demonstrates the creation of VMC resources like SDDC, cluster, public IP, site recovery and SRM node.
44

5-
For site recovery activation, a 10 minute delay must be added after SDDC is created and before site recovery can be activated.
5+
For site recovery activation, a 10-minute delay must be added after SDDC is created and before site recovery can be activated.
66

77
To add delay after SDDC has been created, update SDDC resource in [main.tf](https://github.com/vmware/terraform-provider-vmc/blob/master/examples/main.tf) with local-exec provisioner:
88

website/docs/d/customer_subnets.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ data "vmc_customer_subnets" "my_subnets" {
2121

2222
* `org_id` - (Computed) Organization identifier.
2323

24-
* `region` - (Required) The AWS specific (e.g us-west-2) or VMC specific region (e.g US_WEST_2) of the cloud resources to work in.
24+
* `region` - (Required) The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
2525

2626
* `num_hosts` - (Optional) The number of hosts.
2727

website/docs/d/sddc.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In addition to arguments listed above, the following attributes are exported:
2828

2929
* `id` - SDDC identifier.
3030

31-
* `region` - The AWS specific (e.g us-west-2) or VMC specific region (e.g US_WEST_2) of the cloud resources to work in.
31+
* `region` - The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
3232

3333
* `sddc_name` - Name of the SDDC.
3434

@@ -50,7 +50,7 @@ In addition to arguments listed above, the following attributes are exported:
5050

5151
* `vc_url` - VC URL.
5252

53-
* `cloud_username` - Cloud user name.
53+
* `cloud_username` - Cloud username.
5454

5555
* `nsxt_reverse_proxy_url` - NSXT reverse proxy url for managing public IP.
5656

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resources.
2121
In order to use the provider you need to obtain the authentication
2222
token from the Cloud Service Provider by providing the org scoped API token.
2323
The provider client uses Cloud Service Provider (CSP) API
24-
to exchange this org scoped API token/OAuth App Id and Secret for user access token.
24+
to exchange this org scoped API token/OAuth App ID and Secret for user access token.
2525

2626
Note that in all the examples you will need to update the `client_id` and `client_secret` or `api_token`
2727
and `org_id` settings in the variables.tf file to match those configured in your VMC environment.

website/docs/r/sddc.html.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ resource "vmc_sddc" "sddc_1" {
120120

121121
For deployment type "MultiAZ", a single SDDC can be deployed across two AWS availability zones.
122122

123-
When enabled the default number of ESXi hosts supported in a MultiAZ SDDC is 6. Additional hosts can be added later but must to be done in pairs across AWS availability zones.The MultiAZ SDDC requires an AWS VPC with two subnets, one subnet per availability zone.
123+
When enabled the default number of ESXi hosts supported in a MultiAZ SDDC is 6. Additional hosts can be added later but must be done in pairs across AWS availability zones.The MultiAZ SDDC requires an AWS VPC with two subnets, one subnet per availability zone.
124124

125125
## Example
126126

@@ -168,7 +168,7 @@ The following arguments are supported:
168168

169169
* `org_id` - (Required) Organization identifier.
170170

171-
* `region` - (Required) The AWS specific (e.g us-west-2) or VMC specific region (e.g US_WEST_2) of the cloud resources to work in.
171+
* `region` - (Required) The AWS specific (e.g. us-west-2) or VMC specific region (e.g. US_WEST_2) of the cloud resources to work in.
172172

173173
* `sddc_name` - (Required) Name of the SDDC.
174174

@@ -178,7 +178,7 @@ The following arguments are supported:
178178

179179
* `account_link_sddc_config` - (Optional) The account linking configuration object.
180180

181-
* `host_instance_type` - (Optional) The instance type for the esx hosts in the primary cluster of the SDDC. Possible values : I3_METAL, I3EN_METAL, I4I_METAL, and R5_METAL. Default value : I3_METAL. Currently I3EN_METAL host_instance_type does not support 1NODE and 2 node SDDC deployment.
181+
* `host_instance_type` - (Optional) The instance type for the esx hosts in the primary cluster of the SDDC. Possible values : I3_METAL, I3EN_METAL, I4I_METAL, and R5_METAL. Default value : I3_METAL. Currently, I3EN_METAL host_instance_type does not support 1NODE and 2 node SDDC deployment.
182182

183183
* `vpc_cidr` - (Optional) SDDC management network CIDR. Only prefix of 16, 20 and 23 are supported. Note : Specify a private subnet range (RFC 1918) to be used for
184184
vCenter Server, NSX Manager, and ESXi hosts. Choose a range that will not conflict with other networks you will connect to this SDDC.
@@ -200,7 +200,7 @@ The following arguments are supported:
200200

201201
* `sso_domain` - (Optional) The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
202202

203-
* `sddc_template_id` - (Optional) If provided, configuration from the template will applied to the provisioned SDDC.
203+
* `sddc_template_id` - (Optional) If provided, configuration from the template will be applied to the provisioned SDDC.
204204

205205
* `deployment_type` - (Optional) Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default : SingleAZ.
206206

0 commit comments

Comments
 (0)