Skip to content

Commit

Permalink
Merge pull request #20 from Cobollatin/feature/batch
Browse files Browse the repository at this point in the history
checkov warn
  • Loading branch information
Cobollatin authored May 2, 2024
2 parents ae508f6 + f2cf6b8 commit 4075251
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 @@ -198,7 +198,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 = "STANDAR_B1"
vm_size = "Standard_A1_v2"
max_tasks_per_node = 1
storage_image_reference {
publisher = "Canonical"
Expand Down

0 comments on commit 4075251

Please sign in to comment.