Skip to content

Commit

Permalink
ci: Remove benchmark VM entra login (#10679)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi authored Sep 5, 2024
1 parent f9208ad commit aa98c18
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/@n8n/benchmark/infra/modules/benchmark-vm/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,3 @@ resource "azurerm_linux_virtual_machine" "main" {

tags = var.tags
}

resource "azurerm_virtual_machine_extension" "entra_login" {
name = "AADSSHLoginForLinux"
virtual_machine_id = azurerm_linux_virtual_machine.main.id
publisher = "Microsoft.Azure.ActiveDirectory"
type = "AADSSHLoginForLinux"
type_handler_version = "1.0"

tags = var.tags
}

0 comments on commit aa98c18

Please sign in to comment.