From 4e5b5e4866626d41ed15dcadc52795fc00454fe2 Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Fri, 15 Mar 2024 10:55:17 -0400 Subject: [PATCH] chore: change entity type to resource (#1204) --- catalog-info.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 95be09075..23655a037 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -2,7 +2,7 @@ # https://backstage.cdssandbox.xyz/ --- apiVersion: backstage.io/v1alpha1 -kind: Component +kind: Resource metadata: name: notification-terraform description: >- @@ -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