Anton Babenko

Results 44 issues of Anton Babenko

## Describe the bug When the project name is empty or containing wrong chars, it can't create a working directory: `[Errno 30] Read-only file system: '/eu-west-1'"` Blueprint: ``` {"id":"...","readAccess":null,"writeAccess":null,"data":{"version":1,"name":"?????", ......

## Describe the bug https://github.com/antonbabenko/modules.tf-lambda/issues/28#issuecomment-624510232 ALB belongs to VPC, but the `subnets` argument does not seem to set. ``` { "id": "f8abab63-0007-4ea2-8ea8-b9186d3259f1", "data": { "grid": "standard", "name": "test2", "text": [...

## Describe the bug See line 32-33 here: ![IMAGE 2020-03-30 22:05:11](https://user-images.githubusercontent.com/393243/77956653-877c7280-72d2-11ea-98a7-880ec96a2a80.jpg)

Python data structures converted into JSON works fine for simple types like `string`, `bool`, but does not work for types that can't be easily converted from JSON into HCL2 (eg,...

### Validation flow: - Once a user clicks “Export as Terraform code”, POST to endpoint “/validate” and JSON (with comments, severity, and recommendations) is returned. - Show scrollable text block...

There is a utility called [`terrafmt`](https://github.com/katbyte/terrafmt) that can be used to check and fix the formating of Terraform snippets embedded into usage sections in README. ### How could pre-commit-terraform help...

feature
good first issue
estimate/2days
hook/terrafmt

Add an argument to `terraform_validate` to run `terraform init` before running `terraform validate`. _Originally posted by @eytanhanig in https://github.com/antonbabenko/pre-commit-terraform/issues/203#issuecomment-918791847_ Notes fo contributors: * [`--hook-config` support example](https://github.com/antonbabenko/pre-commit-terraform/blob/master/terraform_docs.sh#L32-L46) * [K/V that passed...

feature
good first issue
estimate/2h
hook/terraform_validate