mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-16 22:27:20 +02:00
Update Google Compute Environment machine type (#14251)
Google advised that the f1-micro tier will no longer be free after 31AUG21 and suggested e2-micro will be the new free tier.
This commit is contained in:
parent
b823278aa6
commit
665af5a7f4
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ cloud_providers:
|
|||
name: "ubuntu-focal-20.04"
|
||||
owner: "099720109477"
|
||||
gce:
|
||||
size: f1-micro
|
||||
size: e2-micro
|
||||
image: ubuntu-2004-lts
|
||||
external_static_ip: false
|
||||
lightsail:
|
||||
|
|
Loading…
Add table
Reference in a new issue