From 43ce70e1ed8e7a20b40e2f7d036f2c69b7354b49 Mon Sep 17 00:00:00 2001 From: David Asaf Date: Sat, 3 Jun 2023 02:20:11 -0400 Subject: [PATCH] Bump GH TF version to coincide with module requirements (#1414) --- fast/stages/0-bootstrap/templates/workflow-github.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast/stages/0-bootstrap/templates/workflow-github.yaml b/fast/stages/0-bootstrap/templates/workflow-github.yaml index 87b5ae1a..f18eae88 100644 --- a/fast/stages/0-bootstrap/templates/workflow-github.yaml +++ b/fast/stages/0-bootstrap/templates/workflow-github.yaml @@ -32,7 +32,7 @@ env: %{~ if tf_var_files != [] ~} TF_VAR_FILES: ${join("\n ", tf_var_files)} %{~ endif ~} - TF_VERSION: 1.3.2 + TF_VERSION: 1.4.4 jobs: fast-pr: