Skip to content

Commit

Permalink
Moved product_codes variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ElstonLewis committed Nov 20, 2023
1 parent 9a50338 commit dbe1ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-sql.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ source "outscale-bsu" "windows" {
omi_name = "${var.omi_name}"
force_delete_snapshot = true
bsu_optimized = true
product_codes = ["${var.product_codes}"]
launch_block_device_mappings {
delete_on_vm_deletion = true
device_name = "/dev/sda1"
Expand All @@ -52,6 +51,7 @@ source "outscale-bsu" "windows" {
winrm_insecure = true
winrm_use_ssl = true
winrm_username = "Administrator"
product_codes = ["${var.product_codes}"]
}

build {
Expand Down

0 comments on commit dbe1ae8

Please sign in to comment.