Fix azure ACC tests

main
Elie 2021-10-05 09:59:15 +02:00
parent 537128a9ec
commit 88e23cf8f0
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ provider "azurerm" {
} }
data "azurerm_resource_group" "qa1" { data "azurerm_resource_group" "qa1" {
name = "elie-dev" name = "driftctl-qa-1"
} }
resource "azurerm_virtual_network" "test" { resource "azurerm_virtual_network" "test" {