Dmitriy Miroshnik
Dmitriy Miroshnik
**What would you like to be added**: Start using 1.1+ version of terraform binary. **Why is this needed**:`. Many of modules started to require 1.0.0+ version of terraform binary. We...
**What would you like to be added**: Keda https://github.com/kedacore/keda **Why is this needed**:`. Keda is powerful module and support many data sources for autoscaling policies.
**What would you like to be added**: Node-termination module. https://github.com/aws/aws-node-termination-handler **Why is this needed**:`. To have a better control over node termination process.
The problem related to recent terraform aws-provider upgrade. The provider has deprecated some of the terraform resources which are used in vpc module. Updating of vpc-module fixes that issue. The...
**What would you like to be added**: The version of EKS cluster in examples/ have to be updated. Current version of 1.22 reached EOL. **Why is this needed**:`. In a...
**Describe the bug** During execution "terraform apply" in `examples/argocd` we receive an error ``` Warning: Argument is deprecated │ │ with module.vpc.aws_eip.nat, │ on .terraform/modules/vpc/main.tf line 929, in resource "aws_eip"...
**What would you like to be added**: Add new example of using swiss-army-kube with Karpenter tool. More info about this tool - https://github.com/aws/karpenter This example should have installation of VPC/EKS...
**What would you like to be added**: Currently all tags are set inside terraform objects. They can be defined at aws-provider-level by using "default-tags" key. https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags This feature should be...
Currently sak-nginx has "kubernetes_namespace" terraform object which creates namespace during applying of module. Remove usage of this object and replace it with specific SyncOption in argocd application definition. Why? After...
**What would you like to be added**: References to main swiss-army-kube repo from each sak-module **Why is this needed**:`. It increases accessibility and usability of swiss-army-kube and modules