Add quickstart

This commit is contained in:
John Downs
2022-11-25 19:28:32 +13:00
parent 467e0a67f7
commit b7d0d3fd2c
8 changed files with 491 additions and 0 deletions

View File

@ -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"
}