summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
Diffstat (limited to 'packer')
-rw-r--r--packer/vars/ubuntu-16.04-arm64.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/packer/vars/ubuntu-16.04-arm64.json b/packer/vars/ubuntu-16.04-arm64.json
index df278c9a8..42ff07bd1 100644
--- a/packer/vars/ubuntu-16.04-arm64.json
+++ b/packer/vars/ubuntu-16.04-arm64.json
@@ -3,8 +3,10 @@
"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",
+ "flavor": "v2-standard-1",
"source_ami_filter_name": "*ubuntu*16.04*",
"source_ami_filter_owner": "099720109477",
- "ssh_user": "ubuntu"
+ "ssh_user": "ubuntu",
+ "vm_use_block_storage": "true",
+ "vm_image_disk_format": "raw"
}