We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8969de commit 5e69f97Copy full SHA for 5e69f97
.copywrite.hcl
@@ -5,6 +5,9 @@ project {
5
copyright_year = 2019
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",
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: |
+ Terraform Plugin SDK enables building plugins (providers) to manage any service providers or custom in-house solutions
+ visibility: public
0 commit comments