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

This reverts commit 6a0437b809a2cf28db0660837b77f0fd92450db3.
This commit is contained in:
zjhe
2024-01-04 19:31:32 +08:00
parent 71ca0858d3
commit 950f1c0346
10 changed files with 2461 additions and 2 deletions

View File

@ -0,0 +1,12 @@
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}"
}