Caleb Troughton | b776f38 | 2024-09-17 10:18:21 -0700 | [diff] [blame] | 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-exec | ||||
9 | description: Terraform CLI commands via Go | ||||
10 | annotations: | ||||
11 | github.com/project-slug: hashicorp/terraform-exec | ||||
12 | jira/project-key: TF | ||||
13 | jira/label: terraform-exec | ||||
14 | spec: | ||||
15 | type: library | ||||
16 | owner: terraform-core | ||||
17 | lifecycle: production |