remove customdomain
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-04-27 20:20:40 +02:00
parent 41f949950f
commit b31b719498
1 changed files with 0 additions and 5 deletions

View File

@ -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"
}