Anton Babenko

Results 44 issues of Anton Babenko

I have decided to not continue active development of this project because it has become possible to achieve the same using Terragrunt natively since [v0.19.20](https://github.com/gruntwork-io/terragrunt/releases/tag/v0.19.20), which was released 15th of...

I am a heavy user of this tool for many of my Terraform tools and modules. Thank you for making it! Terraform 0.12 is there and it is time to...

Great tool, thank you for it! I wonder if you have plans to make it possible to rotate someone else keys instead of the user itself? I have limited users...

Thanks a lot for this tool!!! Given an empty file `new.tf`, I want to start writing into it like this: ``` $ hcledit block append "" module.stack -f new.tf ```...

Great project! Unfortunately, it does not work for my use case where I want to use it for blue-green deployments via CodeDeploy with ECS services (as described [here](https://aws.amazon.com/blogs/devops/use-aws-codedeploy-to-implement-blue-green-deployments-for-aws-fargate-and-amazon-ecs/)). The error...

Hi @VladRassokhin :) ### Terraform Configuration Files ```hcl module "elb" { source = "teraform-aws-modules/..." } ``` ### Expected Behavior It would be handy if autocomplete works for `source` property and...

enhancement

### Terraform Version Terraform 0.11 ### Affected Resource(s) - random_pet and probably other `random_*` ### Terraform Configuration Files ```hcl resource "random_pet" "tg" { count = 2 separator = "-" length...

Hi guys! Great work (as usual) :) I wonder if you have considered proposing `deepmerge` functionality to Terraform core and/or [go-cty/stdlib functions](https://github.com/zclconf/go-cty/blob/main/docs/functions.md)? I think that deep merge is good to...