Akash S
Akash S
β¦ypos) #125 Create a validation function that checks if the provider_args are valid and rejects the unknown provider_args.
**Issue:** Several functions lack type annotations. Adding type hints can improve code readability and help with static type checking. **Solution:** Go through the `handler.py` of all providers `( infracost, json,...
Issue: Some functions like `direct_dependencies_operator function` in the `handler.py` has error messages that include an extra closing parenthesis. Task: Look through the error messages. Remove the redundant closing parenthesis to...
Python 3.8 is reaching its End of Life (EOL) in October, meaning it will no longer receive security updates or patches. To ensure the Tirith project remains secure, up-to-date, and...
**Issue:** The current implementation of the `sort_collections` function in the `utils.py` manually checks for multiple data types (`str, float, int, bool`) using individual `isinstance` checks. This can be simplified by...
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_cluster_instance - set the `count` of the `rds_cluster_instance` to 2 - on tirith - use the terraform provider - use the count optype - set the conditiontype lessthan 1...
The current SG workflow provider is outdated and doesn't support all the attributes of a workflow. Although it is an abstracted form of JSON provider. It gives user to define...