mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
ci: Remove benchmark VM entra login (#10679)
This commit is contained in:
parent
f9208ad9a4
commit
aa98c18cd7
|
@ -124,13 +124,3 @@ resource "azurerm_linux_virtual_machine" "main" {
|
||||||
|
|
||||||
tags = var.tags
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue