This commit is contained in:
parent
41f949950f
commit
b31b719498
@ -28,8 +28,3 @@ resource "azurerm_static_site" "cv" {
|
|||||||
location = "westeurope"
|
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"
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user