diff --git a/catalog-info.yml b/catalog-info.yml new file mode 100644 index 0000000..f34ff18 --- /dev/null +++ b/catalog-info.yml @@ -0,0 +1,15 @@ +# This file contains metadata for backstage +# Read more about available fields and annotations: +# https://github.com/tradeshift/backstage +# +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: setup-terraform + description: "Sets up Terraform CLI in your GitHub Actions workflow." + annotations: + github.com/project-slug: Tradeshift/setup-terraform +spec: + type: other + lifecycle: experimental + owner: infrastructure-security