We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f1faf commit 24e7ad7Copy full SHA for 24e7ad7
.copywrite.hcl
@@ -5,6 +5,9 @@ project {
5
copyright_year = 2021
6
7
header_ignore = [
8
+ # internal catalog metadata (prose)
9
+ "META.d/**/*.yaml",
10
+
11
# changie tooling configuration and CHANGELOG entries (prose)
12
".changes/unreleased/**",
13
".changie.yaml",
@@ -24,4 +27,4 @@ project {
24
27
# Release Engineering tooling configuration
25
28
".release/*.hcl",
26
29
]
-}
30
+}
META.d/_summary.yaml
@@ -0,0 +1,10 @@
1
+---
2
+schema: 1.1
3
4
+partition: tf-ecosystem
+summary:
+ owner: team-tf-core-plugins
+ description: |
+ A next-generation framework for building Terraform providers.
+ visibility: public
0 commit comments