Skip to content

Commit

Permalink
Merge pull request #106 from Cobollatin/feature/batch
Browse files Browse the repository at this point in the history
stuff
  • Loading branch information
Cobollatin authored May 26, 2024
2 parents 9bfd5b9 + f297790 commit 8ffa04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ resource "azurerm_batch_pool" "use2_main_batch_pool" {
resource_group_name = azurerm_resource_group.use2_main_rg.name
account_name = azurerm_batch_account.use2_main_batch.name
node_agent_sku_id = "batch.node.ubuntu 20.04"
vm_size = "Standard_B1s" # Standard_A1_V2
vm_size = "Standard_A1_V2" # Standard_B1s
metadata = var.common_tags
max_tasks_per_node = 1
inter_node_communication = "Disabled"
Expand Down

0 comments on commit 8ffa04b

Please sign in to comment.