Nils de Bruin
Nils de Bruin
Added the ability to use conditional prompts based on an old issue (#913: https://github.com/cookiecutter/cookiecutter/issues/913). I was looking for a solution, but I could not find it. I have created the...
… test the assume role functionality. Updated the documentation as well.
It could be interesting to include terragrunt.hcl files to the version check. Terragrunt files have the following terraform configuration block (this is an example): terraform { source = "[email protected]:terraform-aws-modules/terraform-aws-iam.git//modules/iam-assumable-roles?ref=v2.21.0" }...
Added extra Terragrunt examples as described in: https://github.com/keilerkonzept/terraform-module-versions/issues/34
… test the assume role functionality. Updated the documentation as well. ## Description Fixes #000. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. - [...