From 890f213fe881f5c4d3579007c7fd5e8fc901c478 Mon Sep 17 00:00:00 2001 From: Elamaran Shanmugam Date: Wed, 29 May 2024 00:31:49 +0530 Subject: [PATCH] Backstage Integrations Upgrade for Terraform with TOFU Signed-off-by: Elamaran Shanmugam --- .../terraform-workflows-templates.yaml | 25 ------------------- 1 file changed, 25 deletions(-) delete mode 100644 examples/terraform-integrations/terraform-workflows-templates.yaml diff --git a/examples/terraform-integrations/terraform-workflows-templates.yaml b/examples/terraform-integrations/terraform-workflows-templates.yaml deleted file mode 100644 index 106aa443..00000000 --- a/examples/terraform-integrations/terraform-workflows-templates.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: terraform-argo-workflows-templates - namespace: argocd - labels: - env: dev - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - project: default - source: - repoURL: https://github.com/cnoe-io/backstage-terraform-integrations - targetRevision: main - path: argo-workflows-templates/dev - destination: - server: "https://kubernetes.default.svc" - namespace: argo - syncPolicy: - automated: - prune: true - syncOptions: - - CreateNamespace=true - automated: - selfHeal: true