{
"variables": {
"build_version": "{{isotime \"2006.01.02.150405\"}}",
"aws_profile": null,
"vpc_id": "vpc-a59a97cd",
"subnet_id": "subnet-3f3d5f45",
"security_group_id": "sg-0114a3d39caacf56f"
},
"builders": [
{
"type": "amazon-ebs",
"region": "us-west-2",
"profile": "{{user `aws_profile`}}",
"vpc_id": "{{user `vpc_id`}}",
"subnet_id": "{{user `subnet_id`}}",
"security_group_id": "{{user `security_group_id`}}",
"source_ami_filter": {
"filters": {
"name": "Windows_Server-2016-English-Full-Base-*",
"root-device-type": "ebs",
"virtualization-type": "hvm"
},
"most_recent": true,
"owners": [
"801119661308"
]
},
"ami_name": "WIN10-CUSTOM-{{user `build_version`}}",
"instance_type": "t3.xlarge",
"user_data_file": "userdata.ps1",
"associate_public_ip_address": true,
"communicator": "winrm",
"winrm_username": "Administrator",
"winrm_port": 5986,
"winrm_timeout": "15m",
"winrm_use_ssl": true,
"winrm_insecure": true
}
]
}-- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/066934b4-bcce-4f38-aa6d-1a21ec119322%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
