This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
v2.0.0 - 2023-08-27
Added
- Implemented unit tests in
test_generate_module.py
.- Known Issue: Running tests will create a blank
service_list.json
file. - Added additional
pytest.ini
file for configuring test runtime. - Updated
requirements-dev.txt
to containpytest-cov
.- Moved to
pyproject.toml
.
- Moved to
- Known Issue: Running tests will create a blank
- Bulk update for modules using the
--all
parameter. - A bunch of TODO markers in the script.
- Sorry about the half-baked result, but i really want to release the module updates.
Fixed
- Required renaming of the Github repository link in README file.
Changed
- Empty
main.tf
and suggest loading submodules on demand.- Note: Due to the massive amount of AWS services, using this module multiple in a project time will bloat your hard drive.
- Pregenerate
terraform-doc
sREADME.md
file viacookiecutter
. - Replace
trimprefix
andtrimsuffix
with the correspondingstartswith
orendswith
function.- Note: Requires Terraform
>= 1.3
- Note: Requires Terraform
Removed
terragrunt-doc
pre-commit hook no longer required.