add copywrite file that excludes .tf extension (#33012)

This commit is contained in:
Liam Cervante 2023-04-11 15:51:44 +02:00 committed by GitHub
parent 9c87006c34
commit 7c439b25da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.copywrite.hcl Normal file
View File

@ -0,0 +1,13 @@
schema_version = 1
project {
license = "MPL-2.0"
copyright_year = 2014
# (OPTIONAL) A list of globs that should not have copyright/license headers.
# Supports doublestar glob patterns for more flexibility in defining which
# files or folders should be ignored
header_ignore = [
"**/*.tf",
]
}