remove cosmos meme
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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"
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user