From b31b71949854043063ac95e80e7e4bc884178b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 27 Apr 2022 20:20:40 +0200 Subject: [PATCH] remove customdomain --- azure-staticwebapps.tf | 5 ----- 1 file changed, 5 deletions(-) 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" -}