From fb7f792d31be14cfa18b8dc7223e4298941440b3 Mon Sep 17 00:00:00 2001 From: "Elamaran (Ela) Shanmugam" <51791117+elamaran11@users.noreply.github.com> Date: Tue, 28 May 2024 17:43:21 -0400 Subject: [PATCH] IDPBUILDER Change for Backstage Integrations Upgrade for Terraform with TOFU (#265) 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