add custom domain
continuous-integration/drone/push Build is passing Details

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

View File

@ -28,3 +28,8 @@ 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"
}