From b07c8c1db0b80162c507d7aa9f9e946489d1bb32 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 8 Nov 2024 12:34:45 -0500 Subject: [PATCH] change to tf current --- examples/extras/datadog-agent/.tf-control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/extras/datadog-agent/.tf-control b/examples/extras/datadog-agent/.tf-control index b9a489d..0378675 100644 --- a/examples/extras/datadog-agent/.tf-control +++ b/examples/extras/datadog-agent/.tf-control @@ -2,9 +2,9 @@ # allows for setting a specific command to be used for tf-* commands under this git repo # see tf-control.sh help for more info -TFCONTROL_VERSION="1.0.6" +TFCONTROL_VERSION="1.0.7" -TFCOMMAND="terraform_latest" +TFCOMMAND="terraform_current" # TF_CLI_CONFIG_FILE=PATH-TO-FILE/.tf-control.tfrc # TFARGS="" # TFNOLOG=""