Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Packer 1.5+ support #66

Merged
merged 1 commit into from
Apr 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/nomad-consul-ami/nomad-consul.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"builders": [
{
"name": "ubuntu18-ami",
"ami_name": "nomad-consul-ubuntu18-{{isotime | clean_ami_name}}",
"ami_name": "nomad-consul-ubuntu18-{{isotime | clean_resource_name}}",
"ami_description": "An example of how to build an Ubuntu 18.04 AMI that has Nomad and Consul installed",
"instance_type": "t2.micro",
"region": "{{user `aws_region`}}",
Expand All @@ -30,7 +30,7 @@
"ssh_username": "ubuntu"
},
{
"ami_name": "nomad-consul-ubuntu-{{isotime | clean_ami_name}}",
"ami_name": "nomad-consul-ubuntu-{{isotime | clean_resource_name}}",
"ami_description": "An Ubuntu 16.04 AMI that has Nomad and Consul installed.",
"instance_type": "t2.micro",
"name": "ubuntu16-ami",
Expand All @@ -52,7 +52,7 @@
"ssh_username": "ubuntu"
},
{
"ami_name": "nomad-consul-amazon-linux-2-{{isotime | clean_ami_name}}",
"ami_name": "nomad-consul-amazon-linux-2-{{isotime | clean_resource_name}}",
"ami_description": "An Amazon Linux 2 AMI that has Nomad and Consul installed.",
"instance_type": "t2.micro",
"name": "amazon-linux-2-ami",
Expand Down