@@ -72,7 +72,7 @@ inputs:
72
72
terragrunt-version :
73
73
description : Terragrunt version
74
74
required : false
75
- default : v0.55.5
75
+ default : v0.73.7
76
76
opentofu-version :
77
77
description : OpenTofu version
78
78
required : false
@@ -272,6 +272,7 @@ runs:
272
272
format('{0}/cache', github.workspace) ||
273
273
inputs.terraform-cache-dir }}
274
274
echo "TF_PLUGIN_CACHE_DIR=$CACHE_DIR" >> $GITHUB_ENV
275
+ echo "TG_PROVIDER_CACHE_DIR=$CACHE_DIR" >> $GITHUB_ENV
275
276
echo "TERRAGRUNT_PROVIDER_CACHE_DIR=$CACHE_DIR" >> $GITHUB_ENV
276
277
277
278
- uses : actions/cache/restore@v4
@@ -400,6 +401,7 @@ runs:
400
401
INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL : ${{ inputs.drift-detection-slack-notification-url }}
401
402
NO_BACKEND : ${{ inputs.no-backend }}
402
403
DEBUG : ' true'
404
+ TG_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
403
405
TERRAGRUNT_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
404
406
DIGGER_RUN_SPEC : ${{inputs.digger-spec}}
405
407
run : |
@@ -439,6 +441,7 @@ runs:
439
441
INPUT_DIGGER_COMMAND : ${{ inputs.command }}
440
442
INPUT_DRIFT_DETECTION_SLACK_NOTIFICATION_URL : ${{ inputs.drift-detection-slack-notification-url }}
441
443
NO_BACKEND : ${{ inputs.no-backend }}
444
+ TG_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
442
445
TERRAGRUNT_PROVIDER_CACHE : ${{ inputs.cache-dependencies == 'true' && 1 || 0 }}
443
446
DIGGER_RUN_SPEC : ${{inputs.digger-spec}}
444
447
id : digger
@@ -460,7 +463,7 @@ runs:
460
463
with :
461
464
path : ${{ env.TF_PLUGIN_CACHE_DIR }}
462
465
key : digger-cache-${{ hashFiles('**/cache') }}
463
-
466
+
464
467
branding :
465
468
icon : globe
466
469
color : purple
0 commit comments