add for loop option in tags block
User description
This feature introduces support for loops within Terraform configurations fixes:#496
Generated description
Dear maintainer, below is a concise technical summary of the changes proposed in this PR:
Introduce a new feature in the TerraformParser class to support for loops within the tags block of Terraform configurations. This enhancement allows users to dynamically generate tags using a for loop, improving flexibility in tag management. The modifyBlockTags and parseTagAttribute functions have been updated to handle the new for loop syntax. Additionally, test cases have been added to ensure the correct parsing and handling of tags with for loops.
| Topic | Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| For Loop Support | Introduce support for for loops in the TerraformParser class to enhance tag management flexibility.Modified files (3)
Latest Contributors(2)
| |||||||||
| Dependency Updates | Update dependencies in go.mod to ensure compatibility and leverage new features.Modified files (1)
Latest Contributors(2)
|
@ChanochShayner can you review it please? thanks
@EstyFridman1 you still have some lint issues.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.