Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 3, 2024
1 parent 42083f3 commit 3e06505
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion examples/extras/datadog-agent/.tf-control
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# 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.5"
TFCONTROL_VERSION="1.0.6"

TFCOMMAND="terraform_latest"
# TF_CLI_CONFIG_FILE=PATH-TO-FILE/.tf-control.tfrc
# TFARGS=""
# TFNOLOG=""
# TFNOCOLOR=""

# from issue: https://github.com/hashicorp/terraform/issues/32901
# to get to TF 1.4 and beyond in a shared cache environment
# this is currently in the tf-control.sh script explicitly
#TF_PLUGIN_CACHE_MAY_BREAK_DEPENDENCY_LOCK_FILE=1

# use the following to force a specific version. An upgrade of an existing 0.12.31 to 1.x
# needs you to cycle through 0.13.17, 0.14.11, and then latest (0.15.5 not needed). Other
# steps in between. See https://github.e.it.census.gov/terraform/support/tree/master/docs/how-to/terraform-upgrade for details
Expand All @@ -18,3 +23,9 @@ TFCOMMAND="terraform_latest"
#TFCOMMAND="terraform_0.13.7"
#TFCOMMAND="terraform_0.14.11"
#TFCOMMAND="terraform_0.15.5"
#TFCOMMAND="terraform_1.3.10"
#TFCOMMAND="terraform_1.4.7"
#TFCOMMAND="terraform_1.5.7"
#TFCOMMAND="terraform_1.6.6"
#TFCOMMAND="terraform_1.7.5"
#TFCOMMAND="terraform_1.8.2"

0 comments on commit 3e06505

Please sign in to comment.