fix rg name
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

This commit is contained in:
Torma Kristóf 2022-08-01 22:12:00 +02:00
parent 6d631b1140
commit 20c9ff0ec7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
resource "azurerm_cosmosdb_account" "cosmodb" {
name = "cosmosdb"
location = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.location
resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp.name
resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.name
offer_type = "Standard"
kind = "GlobalDocumentDB"
enable_free_tier = true

View File

@ -72,7 +72,7 @@ resource "azurerm_static_site_custom_domain" "hhvtormakristofeu" {
resource "azurerm_static_site" "cosmostest" {
name = "cosmostest"
resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp.name
resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.name
location = azurerm_resource_group.rg-cosmostest-staticwebapp-cosmosdb.location
}