fix typo in hcl config

This commit is contained in:
Megan Marsh 2020-07-31 10:08:10 -07:00
parent fe7f529862
commit 6698be6008
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ source "amazon-ebs" "example" {
owners = ["amazon"] owners = ["amazon"]
} }
ami_name = "test-ansible-packer" ami_name = "test-ansible-packer"
user_data_file = "windows_bootstrap.txt", user_data_file = "windows_bootstrap.txt"
communicator = "winrm" communicator = "winrm"
force_deregister = true force_deregister = true
winrm_username = "Administrator" winrm_username = "Administrator"