Files
qmi-cloud-tf-modules/qmi-storage-account/variables.tf
2020-02-20 18:20:27 +01:00

10 lines
110 B
HCL

variable "resource_group_name" {
}
variable "location" {
default = "East US"
}
variable "user_id" {
}