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", 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