mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Remove benchmark VM entra login (#10679)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user