remove cosmos meme
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Torma Kristóf 2022-09-30 00:42:17 +02:00
parent 5c47a2f7e3
commit 4cd47d3b85
2 changed files with 0 additions and 17 deletions

View File

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

View File

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