diff --git a/examples/extras/datadog-agent/.tf-control b/examples/extras/datadog-agent/.tf-control index 280f449..b9a489d 100644 --- a/examples/extras/datadog-agent/.tf-control +++ b/examples/extras/datadog-agent/.tf-control @@ -2,7 +2,7 @@ # 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 @@ -10,6 +10,11 @@ TFCOMMAND="terraform_latest" # 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 @@ -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"