From 7555536f7adada726074cf31be02e0853245d7f8 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Wed, 1 Apr 2020 18:36:22 -0400 Subject: [PATCH] a couple more broken links --- website/pages/docs/from-1.5/expressions.mdx | 2 +- website/pages/docs/from-1.5/functions/encoding/csvdecode.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/from-1.5/expressions.mdx b/website/pages/docs/from-1.5/expressions.mdx index 6468cee40..6802032c3 100644 --- a/website/pages/docs/from-1.5/expressions.mdx +++ b/website/pages/docs/from-1.5/expressions.mdx @@ -235,7 +235,7 @@ The above expression is equivalent to the following `for` expression: Splat expressions are for lists only (and thus cannot be used [to reference resources created with -`for_each`](/docs/configuration/resources#referring-to-instances-1), which +`for_each`](https://www.terraform.io/docs/configuration/resources.html#referring-to-instances), which are represented as maps). However, if a splat expression is applied to a value that is _not_ a list or tuple then the value is automatically wrapped in a single-element list before processing. diff --git a/website/pages/docs/from-1.5/functions/encoding/csvdecode.mdx b/website/pages/docs/from-1.5/functions/encoding/csvdecode.mdx index 34209fce8..b5fbd8f97 100644 --- a/website/pages/docs/from-1.5/functions/encoding/csvdecode.mdx +++ b/website/pages/docs/from-1.5/functions/encoding/csvdecode.mdx @@ -90,7 +90,7 @@ create or destroy associated instances as appropriate. If there is no reasonable value you can use as a unique identifier in your CSV then you could instead use -[the `count` meta-argument](/docs/configuration/resources#count-multiple-resource-instances-by-count) +[the `count` meta-argument](https://www.terraform.io/docs/configuration/resources.html#count-multiple-resource-instances-by-count) to define an object for each CSV row, with each one identified by its index into the list returned by `csvdecode`. However, in that case any future updates to the CSV may be disruptive if they change the positions of particular objects in