From 3f65c0d4a944fa762f55ef05fb9e070a8453c3cc Mon Sep 17 00:00:00 2001 From: Xabier Larrakoetxea Date: Sat, 6 Aug 2022 15:34:52 +0200 Subject: [PATCH] Fix docs Signed-off-by: Xabier Larrakoetxea --- docs/data-sources/jq.md | 8 ++++---- docs/index.md | 4 ++-- examples/data-sources/dataprocessor_jq/data-source.tf | 8 ++++---- examples/provider/provider.tf | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/data-sources/jq.md b/docs/data-sources/jq.md index 30077cd..82cc41b 100644 --- a/docs/data-sources/jq.md +++ b/docs/data-sources/jq.md @@ -15,15 +15,15 @@ Executes a JQ query providing the result. ```terraform # In this example, we are filtering a very simple string and storing it in a terraform output as HCL data. data "dataprocessor_jq" "test" { - input_data = <