Alisson Ramos de Oliveira
Alisson Ramos de Oliveira
Why don't you rely on `allow_major_version_upgrade` instead of creating yet another variable? You still gonna have issue with `aws_rds_cluster_instance` if `auto_minor_version_upgrade` is `true`
Exactly, I'm suggesting using this variable to be your `count`, like `count = local.create && var. allow_major_version_upgrade ? 1 : 0` The same should be done for the aws_rds_cluster_instance if...
I have a Apple M1. The only way to put this working is using `-monitor stdio`, this way the console is not the qemu prompt. Example: ``` qemu-system-aarch64 -device virtio-net,netdev=user.0...
Same problem here. Tried to increase `net.core.rmem_max`, but the task doesn't start when this is set.
I've seen this issue when searching for how to implement Karpenter using this repo. Therefore, I decided to go with [terraform-aws-eks submodule called karpenter](https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/karpenter). ``` module "karpenter" { source =...
Already committed the lint changes. About the tests, let me study a bit, because I'm not a JS expert.
> It'd be nice to have a test coverage for the newly introduced utility... great if you can make one Done. Could you please check if that is good to...
Could you review it, @babblebey ?