Anton Babenko

Results 255 comments of Anton Babenko
trafficstars

Thanks for opening this issue. Subnets are available in cloudcraft but not yet exported into terraform configurations by modules.tf, so you will have to specify `subnet_id` or `subnet_ids` arguments in...

First assumption is that you have named your DB instance starting with the letter. Text labels are passed into module as argument (`name_prefix`) without validation (there is WIP issue already...

RDS identifier is using wrong characters inside but since that value is used to create some other resources you need to update it to satisfy these error messages - "only...

Add `subnets = dependency.vpc.outputs.public_subnets` into `alb`. It was not specified automatically, because your ALB was not belonging to a VPC in a diagram, I suppose.

A similar issue is when a security group is named `...-sg` (and `...-vpc` for VPC, if I remember correctly now). Pretty weird requirements by AWS.

That is because a lot of important information is not available in cloudcraft and user has to add it themself manually. Here you can see an example of ALB module...

Hi Bent, Thanks for opening this issue. You are right, the multi-region export is not implemented yet. I will keep this issue open as a reminder for myself and to...

Sounds like this is the problem in `terrafmt` because markdown format allows having an offset.

@MaxymVlasov Let's make sure that the path is also shown for all other hooks we have (including tflint, tfsec, fmt).