Alexandre Chouinard

Results 13 comments of Alexandre Chouinard

> Just chiming in here - as we have the exact same desire. On ingestion, data has the potential to cross-AZs many times in a Loki Microservice Distributed model: >...

In the meantime, hope that helps. ```hcl module "aws_ebs_csi_pod_identity" { source = "terraform-aws-modules/eks-pod-identity/aws" version = "~> 2.5" name = "aws-efb-csi" attach_aws_ebs_csi_policy = true } module "eks" { source = "terraform-aws-modules/eks/aws"...

This would be a great addition for CI where getting errors one by one is not efficient. Right now you are forced to run locally until there's no error...