diff --git a/azure-staticwebapps.tf b/azure-staticwebapps.tf index 2696bb5..8774e99 100644 --- a/azure-staticwebapps.tf +++ b/azure-staticwebapps.tf @@ -28,8 +28,3 @@ resource "azurerm_static_site" "cv" { location = "westeurope" } -resource "azurerm_static_site_custom_domain" "cvtormakristofeu" { - static_site_id = azurerm_static_site.cv.id - domain_name = "cv.tormakristof.eu" - validation_type = "cname-delegation" -}