gruntwork-io / terragrunt

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.
https://terragrunt.gruntwork.io/
MIT License
8.09k stars 981 forks source link

Add provider cache offline errors handling #3527

Closed denis256 closed 2 weeks ago

denis256 commented 2 weeks ago

Description

This pull request introduces improvements to the provider caching mechanism, specifically targeting scenarios where the system is offline or in an air-gapped environment.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Added / Removed / Updated [X].

Improved offline error detection in the provider cache to handle air-gapped environments.

Migration Guide