Skip to content

Commit 3fc4eec

Browse files
Chore | Update hcl parsing library (#309)
* Upgrade python-hcl2 library * Update lock file * Fix integration test workflows * Drop tofu image for now
1 parent 1113786 commit 3fc4eec

File tree

3 files changed

+376
-304
lines changed

3 files changed

+376
-304
lines changed

.github/workflows/tests-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
max-parallel: 1
2727
matrix:
2828
python-version: ['3.9.15', '3.10.8', '3.11.8', '3.12.7']
29-
toolbox-image-tag: ['1.3.5-0.2.0', '1.5.0-0.2.0', '1.6.0-0.2.0']
29+
toolbox-image-tag: ['1.3.5-0.2.3', '1.5.0-0.2.3', '1.6.0-0.2.3']
3030
steps:
3131
- name: Checkout base branch
3232
uses: actions/checkout@v3
@@ -141,7 +141,7 @@ jobs:
141141
printf "[INFO] Testing terraform\n"
142142
143143
printf "[INFO] Initializing layer\n"
144-
leverage tf init --skip-validation
144+
leverage terraform init --skip-validation
145145
146146
working-directory: ../theadamproject/security/us-east-1/base-tf-backend
147147

0 commit comments

Comments
 (0)