Skip to content

Commit

Permalink
chore: change entity type to resource (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Mar 15, 2024
1 parent 5ae88fd commit 4e5b5e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://backstage.cdssandbox.xyz/
---
apiVersion: backstage.io/v1alpha1
kind: Component
kind: Resource
metadata:
name: notification-terraform
description: >-
Expand All @@ -11,8 +11,10 @@ metadata:
github.com/project-slug: cds-snc/notification-terraform
labels:
license: MIT
tags:
- terraform
spec:
type: service
type: infrastructure
lifecycle: production
owner: group:cds-snc/notify-dev
system: gc-notification
Expand Down

0 comments on commit 4e5b5e4

Please sign in to comment.