Skip to content

Commit

Permalink
Fix PowerShell inline provisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronJackson committed Nov 29, 2023
1 parent f48ae77 commit f0ae6ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ build {
]
}

provisioner "shell" {
remote_folder = "/opt/ami-setup"
provisioner "powershell" {
inline = {{inline|tojson}}
}

Expand Down

0 comments on commit f0ae6ba

Please sign in to comment.