mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-05 19:43:22 +02:00
Hard code VM size to cheapest size
Remove my usage of a variable for VM size. Update to use the Basic_A0, which is the cheapest size of VM.
This commit is contained in:
parent
6c6d69314d
commit
0c2c79126c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
virtual_network: algo_net
|
||||
name: "{{ azure_server_name }}"
|
||||
ssh_password_enabled: false
|
||||
vm_size: "{{ vm_size | default(lookup('env','VM_SIZE')) }}"
|
||||
vm_size: Basic_A0
|
||||
tags:
|
||||
Environment: Algo
|
||||
ssh_public_keys:
|
||||
|
|
Loading…
Add table
Reference in a new issue