Add catalog metadata (META.d) (#291)
* Add catalog metadata (META.d) * Add catalog metadata (META.d)
This commit is contained in:
parent
47b8243237
commit
dd60b8fb9a
@ -6,6 +6,9 @@ project {
|
|||||||
copyright_year = 2021
|
copyright_year = 2021
|
||||||
|
|
||||||
header_ignore = [
|
header_ignore = [
|
||||||
|
# internal catalog metadata (prose)
|
||||||
|
"META.d/**/*.yaml",
|
||||||
|
|
||||||
# examples used within documentation (prose)
|
# examples used within documentation (prose)
|
||||||
"examples/**",
|
"examples/**",
|
||||||
|
|
||||||
|
10
META.d/_summary.yaml
Normal file
10
META.d/_summary.yaml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user