Skip to content

Commit

Permalink
Rename windows2019 to more generic windows
Browse files Browse the repository at this point in the history
AaronJackson committed Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent af48321 commit d1c860a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/windows.pkr.hcl
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ locals {
}

# https://www.packer.io/docs/builders/amazon/ebs
source "amazon-ebs" "windows2019" {
source "amazon-ebs" "windows" {
ami_name = "${local.ami_name}"
instance_type = "{{ instance.type }}"
region = "${var.region}"
@@ -64,7 +64,7 @@ source "amazon-ebs" "windows2019" {

# https://www.packer.io/docs/provisioners
build {
sources = ["source.amazon-ebs.windows2019"]
sources = ["source.amazon-ebs.windows"]

provisioner "powershell" {
inline = [

0 comments on commit d1c860a

Please sign in to comment.