From ec17cbaeee44730c23f88c92138b0f1bbf5608da Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:10:01 -0500 Subject: [PATCH] update additional references to overview page --- website/docs/language/resources/index.mdx | 2 +- website/docs/language/resources/syntax.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/language/resources/index.mdx b/website/docs/language/resources/index.mdx index 08921cf75..79df607b1 100644 --- a/website/docs/language/resources/index.mdx +++ b/website/docs/language/resources/index.mdx @@ -29,7 +29,7 @@ as DNS records. [`provider`](/language/meta-arguments/resource-provider), and [`lifecycle`](/language/meta-arguments/lifecycle). -- [Provisioners](/language/resources/provisioners) +- [Provisioners](/language/resources/provisioners/syntax) documents configuring post-creation actions for a resource using the `provisioner` and `connection` blocks. Since provisioners are non-declarative and potentially unpredictable, we strongly recommend that you treat them as a diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index 259981bfb..485609ca8 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -129,7 +129,7 @@ The following meta-arguments are documented on separate pages: - [`for_each`, to create multiple instances according to a map, or set of strings](/language/meta-arguments/for_each) - [`provider`, for selecting a non-default provider configuration](/language/meta-arguments/resource-provider) - [`lifecycle`, for lifecycle customizations](/language/meta-arguments/lifecycle) -- [`provisioner` and `connection`, for taking extra actions after resource creation](/language/resources/provisioners) +- [`provisioner`, for taking extra actions after resource creation](/language/resources/provisioners/syntax) ## Operation Timeouts