Skip to content

Commit

Permalink
Merge pull request hashicorp#25212 from pavedroad/main
Browse files Browse the repository at this point in the history
chore: remove repetitive words
  • Loading branch information
tombuildsstuff authored Mar 12, 2024
2 parents 0e2c2e9 + 04bad5f commit 268a2c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func resourceOrchestratedVirtualMachineScaleSet() *pluginsdk.Resource {
Delete: pluginsdk.DefaultTimeout(60 * time.Minute),
},

// The plan was to remove support the the legacy Orchestrated Virtual Machine Scale Set in 3.0.
// The plan was to remove support the legacy Orchestrated Virtual Machine Scale Set in 3.0.
// Turns out it's still in use
// TODO: Revisit in 4.0
// TODO: exposing requireGuestProvisionSignal once it's available
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func flattenArmDatabaseModuleArray(input *[]databases.Module) []interface{} {
if item.Args != nil {
args = *item.Args
// new behavior if you do not pass args the RP sets the args to "PARTITIONS AUTO" by default
// (for RediSearch) which causes the the database to be force new on every plan after creation
// (for RediSearch) which causes the database to be force new on every plan after creation
// feels like an RP bug, but I added this workaround...
// NOTE: You also cannot set the args to PARTITIONS AUTO by default else you will get an error on create:
// Code="InvalidRequestBody" Message="The value of the parameter 'properties.modules' is invalid."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ An `identity` block exports the following:

* `name` - The name of the IP configuration.

* `subnet_id` - The the identifier of the subnet.
* `subnet_id` - The identifier of the subnet.

* `application_gateway_backend_address_pool_ids` - An array of references to backend address pools of application gateways.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/virtual_machine_scale_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ An `identity` block exports the following:
`ip_configuration` exports the following:

* `name` - The name of the IP configuration.
* `subnet_id` - The the identifier of the subnet.
* `subnet_id` - The identifier of the subnet.
* `application_gateway_backend_address_pool_ids` - An array of references to backend address pools of application gateways.
* `load_balancer_backend_address_pool_ids` - An array of references to backend address pools of load balancers.
* `load_balancer_inbound_nat_rules_ids` - An array of references to inbound NAT pools for load balancers.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/automation_connection_type.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ A `field` block supports the following:

In addition to the Arguments listed above - the following Attributes are exported:

* `id` - The the Automation Connection Type ID.
* `id` - The Automation Connection Type ID.

## Timeouts

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/container_group.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ A `container` block supports:

* `cpu_limit` - (Optional) The upper limit of the number of CPU cores of the containers.

* `memory_limit` - (Optional) The the upper limit of the memory of the containers in GB.
* `memory_limit` - (Optional) The upper limit of the memory of the containers in GB.

* `gpu_limit` - (Optional) A `gpu_limit` block as defined below.

Expand Down

0 comments on commit 268a2c3

Please sign in to comment.