Anton Babenko
Anton Babenko
Please open a PR with the required changes.
First, I highly appreciate the detailed input from everyone! I think that since we are not making a lot of assumptions and modifications of the arguments passed to `tflint`, we...
This issue has been resolved in version 18.30.0 :tada:
This issue has been resolved in version 18.30.0 :tada:
You can try to use `depends_on` in the `module` blocks, but most likely, you will have a better result if you _hint_ terraform (using `-target`) by manually destroying the endpoint,...
Hi Patrick, This module, as well as the rest of [terraform-aws-modules](https://github.com/terraform-aws-modules) have lower Terraform version requirements because there is almost no need for us to bump it and drop support...
Hi Johannes, AWS Lambda service does not allow customization of the name of the log group (no ARN can be specified), so users should either have `use_existing_cloudwatch_log_group = true` to...
IIRC without this permission, Lambda itself won't be able to create log group(s) in some cases (e.g. with Lambda@Edge, there is a log group per region).
Hi @aminclip ! `target_groups` is a list, and the module refers internally to `target_groups_index` to map listeners/rules (see [this line](https://github.com/terraform-aws-modules/terraform-aws-alb/blob/master/main.tf#L276)). We can probably improve this a bit by introducing an...
Sure, once we work on another major release, but as I say I don't know when we will we working on it.