From 4e25fda3591943999013e9775892d0f071155312 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Mon, 18 Dec 2023 14:28:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20do=20not=20apply=20copyright=20h?= =?UTF-8?q?eader=20for=20hcl=20terraform=20templates=20(#166)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .copywrite.hcl | 1 + examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl | 3 --- examples/packer-vsphere/photon4/photon.pkr.hcl | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index ed2142c..daa4a34 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -13,5 +13,6 @@ project { "**/testdata/**", "**/*.pb.go", "**/*_string.go", + "**/*pkrtpl.hcl", ] } \ No newline at end of file diff --git a/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl b/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl index 17608ab..be50035 100644 --- a/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl +++ b/examples/packer-vsphere/photon4/data/ks.pkrtpl.hcl @@ -1,6 +1,3 @@ -# Copyright (c) Mondoo, Inc. -# SPDX-License-Identifier: BUSL-1.1 - { "hostname": "photon", "password": diff --git a/examples/packer-vsphere/photon4/photon.pkr.hcl b/examples/packer-vsphere/photon4/photon.pkr.hcl index 6b09dd6..0cf4849 100644 --- a/examples/packer-vsphere/photon4/photon.pkr.hcl +++ b/examples/packer-vsphere/photon4/photon.pkr.hcl @@ -233,6 +233,7 @@ build { sudo { active = true } + annotations = { build_date = local.build_date os_family = var.vm_guest_os_family