Michal Medvecky

Results 3 comments of Michal Medvecky

The workaround does not work for me. TF 0.14.7 kubernetes-alpha v0.2.1 ``` provider "kubernetes-alpha" { cluster_ca_certificate = base64decode(module.eks.certificate_authority.0.data) host = "https://${module.eks.endpoint}" token = data.aws_eks_cluster_auth.eks.token } ```

Okay for desperates like me, one can do ```yaml - hosts: localhost vars: - key: "key123" - value: "value123" tasks: - hashivault_write: secret: "/cesta/k/jebnutemu/secretu" data: "{'{{ key }}': '{{ value...

Hard to use with `with_items` though