From dab10c6f76b06472c31321c8cc893449eba00f4f Mon Sep 17 00:00:00 2001 From: Ethan Lowman Date: Mon, 28 Mar 2022 14:36:59 -0400 Subject: [PATCH 1/2] Fix config_variable example in datadog_synthetics_test --- docs/resources/synthetics_test.md | 2 +- templates/resources/synthetics_test.md.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/synthetics_test.md b/docs/resources/synthetics_test.md index bb90ac7640..2b8b14c0a1 100644 --- a/docs/resources/synthetics_test.md +++ b/docs/resources/synthetics_test.md @@ -25,7 +25,7 @@ url = https://{{ GLOBAL_VAR }} to ``` -config_variable = { +config_variable { name = "LOCAL_VAR" id = [your_global_variable_id] type = "global" diff --git a/templates/resources/synthetics_test.md.tmpl b/templates/resources/synthetics_test.md.tmpl index e3274f2ba2..add9876f5d 100644 --- a/templates/resources/synthetics_test.md.tmpl +++ b/templates/resources/synthetics_test.md.tmpl @@ -25,7 +25,7 @@ url = {{ "https://{{ GLOBAL_VAR }}" }} to ``` -config_variable = { +config_variable { name = "LOCAL_VAR" id = [your_global_variable_id] type = "global" From 15b52b21c8b0d6094f6e527a28dabdc371893f42 Mon Sep 17 00:00:00 2001 From: Ethan Lowman Date: Wed, 30 Mar 2022 12:52:40 -0400 Subject: [PATCH 2/2] Empty commit to retry CI