terraform-modules icon indicating copy to clipboard operation
terraform-modules copied to clipboard

Xenit Terraform modules

Results 113 terraform-modules issues
Sort by recently updated
recently updated
newest added

When trying to create governance module from 0 with - governance_global - governance_regional - xkf_governance_global defined from the get go I encounter the following issue. To workaround this I use...

In https://github.com/XenitAB/terraform-modules/pull/791 we started using vector to follow azure eventhub and post it to stdout. Sadly vector currently don't support MSI. Did: * To get rid of the secret add...

nice-to-have

Currently we are use SNAT for egress traffic in AKS. Recently AKS NAT Gateway https://docs.microsoft.com/en-us/azure/aks/nat-gateway was released. and we should look in to changing to this. This will force recreation...

waiting-for-thirdparty

Today we don't have any support of adding custom tags to the resources we generate. This creates issues for different reasons, mostly due to data collection around resources created in...

In PR https://github.com/XenitAB/terraform-modules/pull/793, we are using the latest helm chat `4.2.5`. This PR contains a breaking change https://github.com/kubernetes/ingress-nginx/pull/8665/, we had an extra discussion in it and it will be reverted....

waiting-for-thirdparty

We should look in to replacing aad pod identity with azure workload identity

waiting-for-thirdparty

Recently AKS enabled a feature to let azure manage the installation of CSI driver for you. https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver This is also possible from terraform: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#secret_rotation_enabled Is this something that we want...

Fixes AWS cluster autoscaler to use the correct version.