terraform-provider-helm/.copywrite.hcl
Sheneska Williams 97964e8724
Migrate to tfplugindocs structure (#1375)
Co-authored-by: Brian Flad <bflad417@gmail.com
2024-05-31 14:02:12 -05:00

16 lines
275 B
HCL

schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2017
header_ignore = [
".changelog/**",
".github/**",
".goreleaser.yml",
".markdownlint.yml",
".release/**",
"helm/testdata/**",
"vendor/**",
"examples/**"
]
}