variable "name" { }

variable "resource_group" {
  description = "A resource group is a collection of resources that share the same lifecycle, permissions, and policies"
}

variable "resource_group_location" {
  description = "The Azure location where all resources in this example should be created"
}

