This commit is contained in:
parent
b31b719498
commit
4bbb96bb40
@ -28,3 +28,8 @@ 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