Skip to content

Commit

Permalink
Rename windows2019 to more generic windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Dec 1, 2023
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
Expand Up @@ -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}"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit d1c860a

Please sign in to comment.