Skip to content

Commit d2b830a

Browse files
Add a catalog-info.yaml file for Backstage
1 parent a203951 commit d2b830a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

catalog-info.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: BUSL-1.1
3+
#
4+
# Intended for internal HashiCorp use only
5+
apiVersion: backstage.io/v1alpha1
6+
kind: Component
7+
metadata:
8+
name: terraform
9+
description: HashiCorp Terraform
10+
annotations:
11+
github.com/project-slug: hashicorp/terraform
12+
jira/project-key: TF
13+
jira/label: terraform
14+
spec:
15+
type: library
16+
owner: terraform-core
17+
lifecycle: production

0 commit comments

Comments
 (0)