From 25dabe9f9b531d020086acd63a47459ccc3cdf75 Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Tue, 13 May 2025 08:19:52 -0400 Subject: [PATCH] Add catalog metadata (META.d) (#479) * Add catalog metadata (META.d) * Add catalog metadata (META.d) --- .copywrite.hcl | 3 +++ META.d/_summary.yaml | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 META.d/_summary.yaml diff --git a/.copywrite.hcl b/.copywrite.hcl index 8bbb750..60b3623 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -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", diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml new file mode 100644 index 0000000..11483a6 --- /dev/null +++ b/META.d/_summary.yaml @@ -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