From fde3a753c217bc89feac565dee24eb7e44833b46 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Fri, 15 Jan 2021 14:23:16 -0800 Subject: [PATCH] re-add datasource example to index that got lost in rebase --- website/content/docs/templates/hcl_templates/blocks/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/templates/hcl_templates/blocks/index.mdx b/website/content/docs/templates/hcl_templates/blocks/index.mdx index ddd9bc245..56ee907b1 100644 --- a/website/content/docs/templates/hcl_templates/blocks/index.mdx +++ b/website/content/docs/templates/hcl_templates/blocks/index.mdx @@ -57,3 +57,7 @@ list of all of the available built-in HCL2 blocks. `@include 'from-1.5/builds/example-block.mdx'` - [build block documentation](/docs/templates/hcl_templates/blocks/build). + +`@include 'from-1.5/datasources/example-block.mdx'` + +- [data block documentation](/docs/from-1.5/blocks/data).