Add quickstart
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
variable "location" {
|
||||
type = string
|
||||
default = "westus3"
|
||||
}
|
||||
|
||||
variable "front_door_private_link_location" {
|
||||
type = string
|
||||
default = "westus3"
|
||||
}
|
||||
|
||||
variable "resource_group_name" {
|
||||
type = string
|
||||
default = "FrontDoor"
|
||||
}
|
||||
|
||||
variable "storage_account_tier" {
|
||||
type = string
|
||||
default = "Standard"
|
||||
}
|
||||
|
||||
variable "storage_account_replication_type" {
|
||||
type = string
|
||||
default = "LRS"
|
||||
}
|
||||
|
||||
variable "storage_account_blob_container_name" {
|
||||
type = string
|
||||
default = "mycontainer"
|
||||
}
|
Reference in New Issue
Block a user