summaryrefslogtreecommitdiffstats
path: root/packer/vars/ubuntu-16.04-arm64.json
diff options
context:
space:
mode:
Diffstat (limited to 'packer/vars/ubuntu-16.04-arm64.json')
-rw-r--r--packer/vars/ubuntu-16.04-arm64.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
new file mode 100644
index 000000000..df278c9a8
--- /dev/null
+++ b/packer/vars/ubuntu-16.04-arm64.json
@@ -0,0 +1,10 @@
+{
+ "arch": "arm64",
+ "base_image": "Ubuntu 16.04 LTS (arm64) [2019-12-11]",
+ "cloud_user_data": "common-packer/provision/ubuntu-user_data.sh",
+ "distro": "Ubuntu 16.04",
+ "flavor": "lf-standard-1",
+ "source_ami_filter_name": "*ubuntu*16.04*",
+ "source_ami_filter_owner": "099720109477",
+ "ssh_user": "ubuntu"
+}