diff --git a/azure-resourcegroups.tf b/azure-resourcegroups.tf index b5c8e5a..ce3ed21 100644 --- a/azure-resourcegroups.tf +++ b/azure-resourcegroups.tf @@ -33,11 +33,6 @@ resource "azurerm_resource_group" "rg-hhv-staticwebapp" { location = "westeurope" } -resource "azurerm_resource_group" "rg-cosmostest-staticwebapp" { - name = "rg-cosmostest-staticwebapp-cosmosdb" - location = "westeurope" -} - resource "azurerm_resource_group" "rg-cosmostest-cosmosdb" { name = "rg-cosmostest-cosmosdb" location = "westeurope" diff --git a/azure-staticwebapps.tf b/azure-staticwebapps.tf index f749652..39ba99f 100644 --- a/azure-staticwebapps.tf +++ b/azure-staticwebapps.tf @@ -68,16 +68,4 @@ resource "azurerm_static_site_custom_domain" "hhvtormakristofeu" { static_site_id = azurerm_static_site.hhv.id domain_name = "hhv.tormakristof.eu" validation_type = "cname-delegation" -} - -resource "azurerm_static_site" "cosmostest" { - name = "cosmostest" - resource_group_name = azurerm_resource_group.rg-cosmostest-staticwebapp.name - location = azurerm_resource_group.rg-cosmostest-staticwebapp.location -} - -resource "azurerm_static_site_custom_domain" "cosmostesttormakristofeu" { - static_site_id = azurerm_static_site.cosmostest.id - domain_name = "cosmostest.tormakristof.eu" - validation_type = "cname-delegation" } \ No newline at end of file