tests: Update the version of azurerm terraform provider

This commit is contained in:
Alexander Todorov 2022-10-18 10:50:26 +03:00 committed by Jakub Rusz
parent 620536fd61
commit 699812d70b

View file

@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=2.56.0"
version = "=3.27.0"
}
}
}