mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-25 20:53:36 +00:00
16 lines
446 B
YAML
16 lines
446 B
YAML
|
|
# 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
|