From 679461f905382e9cee28e5cf7fd6cad9705d9bd4 Mon Sep 17 00:00:00 2001 From: Scott Suarez Date: Wed, 3 Apr 2024 12:05:52 -0700 Subject: [PATCH] correct typo in dns docs (#10353) --- .../website/docs/r/dns_record_set.html.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown b/mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown index d4823cb788b3..ea2cd579c9d0 100644 --- a/mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown +++ b/mmv1/third_party/terraform/website/docs/r/dns_record_set.html.markdown @@ -269,15 +269,15 @@ The following arguments are supported: The `routing_policy` block supports: * `wrr` - (Optional) The configuration for Weighted Round Robin based routing policy. - Structure is [document below](#nested_wrr). + Structure is [documented below](#nested_wrr). * `geo` - (Optional) The configuration for Geolocation based routing policy. - Structure is [document below](#nested_geo). + Structure is [documented below](#nested_geo). * `enable_geo_fencing` - (Optional) Specifies whether to enable fencing for geo queries. * `primary_backup` - (Optional) The configuration for a primary-backup policy with global to regional failover. Queries are responded to with the global primary targets, but if none of the primary targets are healthy, then we fallback to a regional failover policy. - Structure is [document below](#nested_primary_backup). + Structure is [documented below](#nested_primary_backup). The `wrr` block supports: @@ -286,7 +286,7 @@ The following arguments are supported: * `rrdatas` - (Optional) Same as `rrdatas` above. * `health_checked_targets` - (Optional) The list of targets to be health checked. Note that if DNSSEC is enabled for this zone, only one of `rrdatas` or `health_checked_targets` can be set. - Structure is [document below](#nested_health_checked_targets). + Structure is [documented below](#nested_health_checked_targets). The `geo` block supports: @@ -295,12 +295,12 @@ The following arguments are supported: * `rrdatas` - (Optional) Same as `rrdatas` above. * `health_checked_targets` - (Optional) For A and AAAA types only. The list of targets to be health checked. These can be specified along with `rrdatas` within this item. - Structure is [document below](#nested_health_checked_targets). + Structure is [documented below](#nested_health_checked_targets). The `primary_backup` block supports: * `primary` - (Required) The list of global primary targets to be health checked. - Structure is [document below](#nested_health_checked_targets). + Structure is [documented below](#nested_health_checked_targets). * `backup_geo` - (Required) The backup geo targets, which provide a regional failover policy for the otherwise global primary targets. Structure is [document above](#nested_geo). @@ -312,7 +312,7 @@ The following arguments are supported: The `health_checked_targets` block supports: * `internal_load_balancers` - (Required) The list of internal load balancers to health check. - Structure is [document below](#nested_internal_load_balancers). + Structure is [documented below](#nested_internal_load_balancers). The `internal_load_balancers` block supports: