Skip to content

Commit 24e7ad7

Browse files
authored
Add catalog metadata (META.d) (#1139)
* Add catalog metadata (META.d) * Add catalog metadata (META.d)
1 parent 17f1faf commit 24e7ad7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.copywrite.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ project {
55
copyright_year = 2021
66

77
header_ignore = [
8+
# internal catalog metadata (prose)
9+
"META.d/**/*.yaml",
10+
811
# changie tooling configuration and CHANGELOG entries (prose)
912
".changes/unreleased/**",
1013
".changie.yaml",
@@ -24,4 +27,4 @@ project {
2427
# Release Engineering tooling configuration
2528
".release/*.hcl",
2629
]
27-
}
30+
}

META.d/_summary.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
schema: 1.1
3+
4+
partition: tf-ecosystem
5+
6+
summary:
7+
owner: team-tf-core-plugins
8+
description: |
9+
A next-generation framework for building Terraform providers.
10+
visibility: public

0 commit comments

Comments
 (0)