variable "resource_group_name" { type = string description = "The Name which should be used for this Resource Group" } variable "resource_group_location" { type = string description = "The Azure Region where the Resource Group should exist" }