Update default FAST org policies (#3207)

This commit is contained in:
Julio Castillo
2025-07-02 15:53:58 +02:00
committed by GitHub
parent 44823bc6f1
commit 7e20abc19d
9 changed files with 159 additions and 9 deletions

View File

@@ -83,7 +83,7 @@ jobs:
mkdir -p ${{ env.TF_PLUGIN_CACHE_DIR }}
echo 'plugin_cache_dir = "${{ env.TF_PLUGIN_CACHE_DIR }}"' | tee -a /home/runner/.terraformrc
echo 'disable_checkpoint = true' | tee -a /home/runner/.terraformrc
sed -i -e 's/>=\(.*# tftest\)/=\1/g' tools/lockfile/versions.tf
sed -i -e 's/>=\(.*# tftest\)/=\1/g' tools/lockfile/versions.tf tools/lockfile/versions.tofu
# change terraform version to the one that is running
sed -i 's/required_version = .*$/required_version = ">= ${{ matrix.version }}"/g' tools/lockfile/versions.tf