fix static site name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-19 08:58:46 +02:00
parent 9f0057f4d9
commit afc1316dd4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ resource "azurerm_static_site_custom_domain" "cvtormakristofeu" {
}
resource "azurerm_static_site" "landingpage" {
name = "cv"
name = "landingpage"
resource_group_name = azurerm_resource_group.rg-landingpage-staticwebapp.name
location = azurerm_resource_group.rg-landingpage-staticwebapp.location
}