From afc1316dd4ee78faa41f5a7660a0e1942e2f9d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 19 May 2022 08:58:46 +0200 Subject: [PATCH] fix static site name --- azure-staticwebapps.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-staticwebapps.tf b/azure-staticwebapps.tf index 26154d0..6e3e25e 100644 --- a/azure-staticwebapps.tf +++ b/azure-staticwebapps.tf @@ -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 }