From c90e5f92ecfe69c00494e4ed4bbc552044bb1f35 Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Mon, 12 May 2025 17:56:19 -0400 Subject: [PATCH 1/2] Add catalog metadata (META.d) --- META.d/_summary.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 META.d/_summary.yaml diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml new file mode 100644 index 0000000..c9eb6be --- /dev/null +++ b/META.d/_summary.yaml @@ -0,0 +1,10 @@ +--- +schema: 1.1 + +partition: tf-ecosystem + +summary: + owner: team-tf-core-plugins + description: | + Common Use Case Validators for terraform-plugin-framework + visibility: public From 74178a928bb132cc4fb9123ff2fba7d380f19c2b Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Mon, 12 May 2025 18:17:21 -0400 Subject: [PATCH 2/2] Add catalog metadata (META.d) --- .copywrite.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 374821e..8aa9a9e 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -5,6 +5,9 @@ project { copyright_year = 2022 header_ignore = [ + # internal catalog metadata (prose) + "META.d/**/*.yaml", + # changie tooling configuration and CHANGELOG entries (prose) ".changes/unreleased/*.yaml", ".changie.yaml",