From dd60b8fb9ac9fd1be7ce271770883bc69d0dfb97 Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Tue, 13 May 2025 08:12:30 -0400 Subject: [PATCH] Add catalog metadata (META.d) (#291) * 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 bdf3892..a95b705 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -6,6 +6,9 @@ project { copyright_year = 2021 header_ignore = [ + # internal catalog metadata (prose) + "META.d/**/*.yaml", + # examples used within documentation (prose) "examples/**", diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml new file mode 100644 index 0000000..eecefaa --- /dev/null +++ b/META.d/_summary.yaml @@ -0,0 +1,10 @@ +--- +schema: 1.1 + +partition: tf-ecosystem + +summary: + owner: team-tf-core-plugins + description: | + Quick start repository for creating a Terraform provider using terraform-plugin-framework + visibility: public