remove 301-service-fabric since the image it used is no longer available

This commit is contained in:
zjhe
2024-01-04 19:11:56 +08:00
parent 3eeb5995c6
commit 71ca0858d3
9 changed files with 0 additions and 2478 deletions

View File

@ -1,12 +0,0 @@
data "azurerm_subscription" "current" {}
data "azurerm_client_config" "current" {}
provider "azurerm" {
version = "=1.36.1"
}
resource "azurerm_resource_group" "default" {
name = "${var.name}-${var.environment}-rg"
location = "${var.location}"
}