Skip to content

terraform/azure: Add a new graph vm

This is not complete yet though as the location/vm size/current quota need to match. And this is not the case yet:

  • Standard_H16m_Promo (16vcpus): is not available in westeurope (north europe, uk, etc...). "west us" seems fine though. [1]

  • only 8 vcpus left in our current sponsorship

Still, i think the gist of it is fine.

  • [1] Apparently, trying to create resources located in different locations does not work (up to the network). When creating the vm, we have intermediary resources creation failures. Due to apparently, resources which do not see each other. So if we are to create that node elsewhere then westeurope, we might have more than 1 vm to create but as many resources as we already have in that new location (for the things to work and communicate).

Test Plan

terraform plan

This will output more than just that new vm (since the vault state is not shared).


Migrated from D1801 (view on Phabricator)

Merge request reports