summaryrefslogtreecommitdiffstats
path: root/packer/vars
diff options
context:
space:
mode:
Diffstat (limited to 'packer/vars')
-rw-r--r--packer/vars/ubuntu-18.04-arm64.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packer/vars/ubuntu-18.04-arm64.json b/packer/vars/ubuntu-18.04-arm64.json
index eb839ad35..fefce1c45 100644
--- a/packer/vars/ubuntu-18.04-arm64.json
+++ b/packer/vars/ubuntu-18.04-arm64.json
@@ -5,5 +5,8 @@
"distro": "Ubuntu 18.04",
"source_ami_filter_name": "*ubuntu*18.04*",
"source_ami_filter_owner": "099720109477",
- "ssh_user": "ubuntu"
+ "ssh_user": "ubuntu",
+ "flavor": "v2-standard-1",
+ "vm_use_block_storage": "true",
+ "vm_image_disk_format": "raw"
}