Revert "remove 301-service-fabric since the image it used is no longer available"
This reverts commit 6a0437b809a2cf28db0660837b77f0fd92450db3.
This commit is contained in:
12
quickstart/301-service-fabric/main.tf
Normal file
12
quickstart/301-service-fabric/main.tf
Normal 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}"
|
||||
}
|
Reference in New Issue
Block a user