Shibra Amin
Results
2
comments of
Shibra Amin
Hi @isaccavalcante , how does it works with monolithics loki on Kubernetes ? Also can you share the config for updated version?
``` data "aws_eks_cluster" "cluster" { name = "cluster-name" } data "aws_eks_cluster_auth" "cluster" { name = "cluster-name" } ``` Hi @OscarGarciaF , You need to provide the name of your kubernetes...