Files
setup-packer/.copywrite.hcl
Kerim Satirli 60dc5f39e2 Maintenance (#96)
* bumps `actions/checkout` to `v4`

* bumps base Packer versions to `1.10`

* docs update

* package-lock maintenance

* updates examples

* updates deps

* updates example Packer file with new key `bucket_labels` instead of `labels`

* adds external plugin for testing

* updates copywrite config

* install `ncc` globally instead of via `devDeps`
2024-05-04 09:46:49 +02:00

16 lines
278 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: Apache-2.0
schema_version = 1
project {
license = "Apache-2.0"
copyright_holder = "HashiCorp, Inc."
copyright_year = 2022
header_ignore = [
"dist/*",
"node_modules/",
]
}