From 04bad5faff4602fd19817bdb9348846b8fc4dbf8 Mon Sep 17 00:00:00 2001 From: pavedroad Date: Tue, 12 Mar 2024 14:03:32 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: pavedroad --- .../compute/orchestrated_virtual_machine_scale_set_resource.go | 2 +- .../redisenterprise/redis_enterprise_database_resource.go | 2 +- .../docs/d/orchestrated_virtual_machine_scale_set.html.markdown | 2 +- website/docs/d/virtual_machine_scale_set.html.markdown | 2 +- website/docs/r/automation_connection_type.html.markdown | 2 +- website/docs/r/container_group.html.markdown | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/services/compute/orchestrated_virtual_machine_scale_set_resource.go b/internal/services/compute/orchestrated_virtual_machine_scale_set_resource.go index 8032a1eced75..152c45d255fb 100644 --- a/internal/services/compute/orchestrated_virtual_machine_scale_set_resource.go +++ b/internal/services/compute/orchestrated_virtual_machine_scale_set_resource.go @@ -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 diff --git a/internal/services/redisenterprise/redis_enterprise_database_resource.go b/internal/services/redisenterprise/redis_enterprise_database_resource.go index fdff189ee888..c90ccee8d201 100644 --- a/internal/services/redisenterprise/redis_enterprise_database_resource.go +++ b/internal/services/redisenterprise/redis_enterprise_database_resource.go @@ -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." diff --git a/website/docs/d/orchestrated_virtual_machine_scale_set.html.markdown b/website/docs/d/orchestrated_virtual_machine_scale_set.html.markdown index ceb255d2d0fe..e93c31543840 100644 --- a/website/docs/d/orchestrated_virtual_machine_scale_set.html.markdown +++ b/website/docs/d/orchestrated_virtual_machine_scale_set.html.markdown @@ -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. diff --git a/website/docs/d/virtual_machine_scale_set.html.markdown b/website/docs/d/virtual_machine_scale_set.html.markdown index caded9affd38..62d708736541 100644 --- a/website/docs/d/virtual_machine_scale_set.html.markdown +++ b/website/docs/d/virtual_machine_scale_set.html.markdown @@ -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. diff --git a/website/docs/r/automation_connection_type.html.markdown b/website/docs/r/automation_connection_type.html.markdown index 113aeeb2b950..715ea79671fb 100644 --- a/website/docs/r/automation_connection_type.html.markdown +++ b/website/docs/r/automation_connection_type.html.markdown @@ -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 diff --git a/website/docs/r/container_group.html.markdown b/website/docs/r/container_group.html.markdown index 8777a8e41d2e..31df67497285 100644 --- a/website/docs/r/container_group.html.markdown +++ b/website/docs/r/container_group.html.markdown @@ -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.