-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ 🎨 Add file operations and improve existing functions
Improvements: * Running `terragrunt render-json` to read module's config dynamically. * Better class inheritance. * Removed repetitive code. * Various small fixes. * Added docstrings. * Added general exception handling. * Updated documentation. * Updated project structure.
- Loading branch information
1 parent
84bd56a
commit 883f9c7
Showing
11 changed files
with
923 additions
and
464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
pick==2.4.0 | ||
setuptools==75.8.0 | ||
boto3==1.36.25 | ||
python-hcl2==6.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.