Skip to content

Commit 3b3d508

Browse files
authored
Merge pull request #137 from imakewebthings/ct/backstage-catalog-info
Add a catalog-info.yaml file for Backstage
2 parents db693d5 + c285c1a commit 3b3d508

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

catalog-info.yaml

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

0 commit comments

Comments
 (0)