Michael Eichhorn (private)
Results
2
comments of
Michael Eichhorn (private)
Still missing in 1.0.0-beta.4
It seems this happens to the following ressource: ```terraform resource "kubernetes_manifest" "argocd_app_manifests" { for_each = toset(local.argocd_app_manifests) manifest = yamldecode(file("${local.argocd_projects_path}/${each.key}")) } ``` The content of that manifest: ```yaml apiVersion: argoproj.io/v1alpha1 kind:...