mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-11-03 02:58:58 +00:00
Initial commit
This commit is contained in:
commit
76d8aa974e
36 changed files with 1975 additions and 0 deletions
21
.copywrite.hcl
Normal file
21
.copywrite.hcl
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# NOTE: This file is for HashiCorp specific licensing automation and can be deleted after creating a new repo with this template.
|
||||
schema_version = 1
|
||||
|
||||
project {
|
||||
license = "MPL-2.0"
|
||||
copyright_year = 2021
|
||||
|
||||
header_ignore = [
|
||||
# examples used within documentation (prose)
|
||||
"examples/**",
|
||||
|
||||
# GitHub issue template configuration
|
||||
".github/ISSUE_TEMPLATE/*.yml",
|
||||
|
||||
# golangci-lint tooling configuration
|
||||
".golangci.yml",
|
||||
|
||||
# GoReleaser tooling configuration
|
||||
".goreleaser.yml",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue