fix typo in hcl config
This commit is contained in:
parent
fe7f529862
commit
6698be6008
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue