mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-13 07:02:35 +00:00
Add catalog metadata (META.d) (#479)
* Add catalog metadata (META.d) * Add catalog metadata (META.d)
This commit is contained in:
parent
607bf09de2
commit
25dabe9f9b
2 changed files with 13 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ project {
|
|||
copyright_year = 2020
|
||||
|
||||
header_ignore = [
|
||||
# internal catalog metadata (prose)
|
||||
"META.d/**/*.yaml",
|
||||
|
||||
# changie tooling configuration and CHANGELOG entries (prose)
|
||||
".changes/unreleased/*.yaml",
|
||||
".changie.yaml",
|
||||
|
|
|
|||
10
META.d/_summary.yaml
Normal file
10
META.d/_summary.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
schema: 1.1
|
||||
|
||||
partition: tf-ecosystem
|
||||
|
||||
summary:
|
||||
owner: team-tf-core-plugins
|
||||
description: |
|
||||
Sets up Terraform CLI in your GitHub Actions workflow.
|
||||
visibility: public
|
||||
Loading…
Add table
Add a link
Reference in a new issue