fix: Fixes to cloud benchmarks (no-changelog) (#10634)

This commit is contained in:
Tomi Turtiainen
2024-09-02 14:58:24 +03:00
committed by GitHub
parent 56354151d4
commit afc4d4e144
19 changed files with 272 additions and 45 deletions

View File

@@ -118,9 +118,9 @@ resource "azurerm_linux_virtual_machine" "main" {
version = "latest"
}
identity {
type = "SystemAssigned"
}
identity {
type = "SystemAssigned"
}
tags = var.tags
}