Initial changes for AMLFS sample

This commit is contained in:
Paul Jewell
2023-10-11 17:09:41 -04:00
parent 534bfe3c19
commit 629a403870
6 changed files with 714 additions and 0 deletions

View File

@ -0,0 +1,5 @@
variable "location" {
type = string
default = "eastus"
description = "Resource group location"
}