Skip to content

Commit

Permalink
chore: update grammar (#286)
Browse files Browse the repository at this point in the history
Updates grammar errors in documentation.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam authored Dec 4, 2024
1 parent 5cff38e commit 7d8dc2c
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ signs:
- artifacts: checksum
args:
# if you are using this is a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
# need to pass the batch flag to indicate it's not interactive.
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ BUG FIXES:

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

ENHANCEMENTS:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Learn more:

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

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.
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.

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.

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

## Support

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.
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.

## License

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SPDX-License-Identifier: MPL-2.0

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

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.
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.

### Configure the Terraform Configuration Files

Expand Down
4 changes: 2 additions & 2 deletions docs/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ create real resources, and often cost money to run.

## Configuring Environment Variables

Set required environment variables based based on your infrastructure settings.
Set required environment variables based on your infrastructure settings.

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

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

Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/customer_subnets.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data "vmc_customer_subnets" "my_subnets" {

* `org_id` - (Computed) Organization identifier.

* `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.
* `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.

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

Expand Down
4 changes: 2 additions & 2 deletions website/docs/d/sddc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In addition to arguments listed above, the following attributes are exported:

* `id` - SDDC identifier.

* `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.
* `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.

* `sddc_name` - Name of the SDDC.

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

* `vc_url` - VC URL.

* `cloud_username` - Cloud user name.
* `cloud_username` - Cloud username.

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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resources.
In order to use the provider you need to obtain the authentication
token from the Cloud Service Provider by providing the org scoped API token.
The provider client uses Cloud Service Provider (CSP) API
to exchange this org scoped API token/OAuth App Id and Secret for user access token.
to exchange this org scoped API token/OAuth App ID and Secret for user access token.

Note that in all the examples you will need to update the `client_id` and `client_secret` or `api_token`
and `org_id` settings in the variables.tf file to match those configured in your VMC environment.
Expand Down
8 changes: 4 additions & 4 deletions website/docs/r/sddc.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ resource "vmc_sddc" "sddc_1" {

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

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.
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.

## Example

Expand Down Expand Up @@ -168,7 +168,7 @@ The following arguments are supported:

* `org_id` - (Required) Organization identifier.

* `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.
* `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.

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

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

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

* `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.
* `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.

* `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
vCenter Server, NSX Manager, and ESXi hosts. Choose a range that will not conflict with other networks you will connect to this SDDC.
Expand All @@ -200,7 +200,7 @@ The following arguments are supported:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/site_recovery.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following arguments are supported for vmc_site_recovery resource:
* `sddc_id` - (Required) SDDC identifier.

* `srm_node_extension_key_suffix` - (Optional) Custom extension key suffix for SRM. If not specified, default extension key will be used.
The custom extension suffix must contain 13 characters or less, be composed of letters, numbers, ., - characters.
The custom extension suffix must contain 13 characters or fewer, be composed of letters, numbers, ., - characters.
The extension suffix must begin and end with a letter or number. The suffix is appended to com.vmware.vcDr- to form the full extension key.


Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/srm_node.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following arguments are supported for vmc_srm_node resource:
* `sddc_id` - (Required) SDDC identifier.

* `srm_node_extension_key_suffix` - (Required) Custom extension key suffix for SRM. If not specified, default extension key will be used.
The custom extension suffix must contain 13 characters or less, be composed of letters, numbers, ., - characters.
The custom extension suffix must contain 13 characters or fewer, be composed of letters, numbers, ., - characters.
The extension suffix must begin and end with a letter or number. The suffix is appended to com.vmware.vcDr- to form the full extension key.

## Attributes Reference
Expand Down

0 comments on commit 7d8dc2c

Please sign in to comment.