mirror of
https://github.com/hashicorp/terraform-provider-kubernetes.git
synced 2025-12-18 23:06:07 -05:00
16 lines
272 B
HCL
16 lines
272 B
HCL
schema_version = 1
|
|
|
|
project {
|
|
license = "MPL-2.0"
|
|
copyright_year = 2017
|
|
header_ignore = [
|
|
".changelog/**",
|
|
".github/**",
|
|
".golangci.yml",
|
|
".goreleaser.yml",
|
|
".markdownlint.yml",
|
|
".release/**",
|
|
"vendor/**",
|
|
"examples/**"
|
|
]
|
|
}
|