Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
  • Loading branch information
hashicorp-copywrite[bot] authored Jul 3, 2023
1 parent d6d1ec5 commit efd782e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/windows_custom_image/packer_config.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

packer {
required_plugins {
azure = {
Expand Down
3 changes: 3 additions & 0 deletions example/windows_custom_image/variables.auto.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

acgName = "acgDemo"
temp_os_disk_name = "osDisk001"
destination_image_version = "1.0.0"
Expand Down
3 changes: 3 additions & 0 deletions example/windows_custom_image/variables.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

variable "rgName" {
type = string
default = "rg-acg-test"
Expand Down
3 changes: 3 additions & 0 deletions example/windows_custom_image/winserver2022dcg2.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

source "azure-arm" "imageBuild" {

azure_tags = {
Expand Down

0 comments on commit efd782e

Please sign in to comment.