From c285c1aaa8655e97183bd7c88381af592d2a6ed4 Mon Sep 17 00:00:00 2001 From: Caleb Troughton Date: Tue, 10 Sep 2024 12:22:14 -0700 Subject: [PATCH] Add a catalog-info.yaml file for Backstage --- catalog-info.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..9842854 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,17 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 +# +# Intended for internal HashiCorp use only +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: terraform-json + description: Helper types for the Terraform external data representation + annotations: + github.com/project-slug: hashicorp/terraform-json + jira/project-key: TF + jira/label: terraform-json +spec: + type: library + owner: terraform-core + lifecycle: production