variables.tf 266 B

123456789
  1. variable "resource_group_name" {
  2. type = string
  3. description = "The Name which should be used for this Resource Group"
  4. }
  5. variable "resource_group_location" {
  6. type = string
  7. description = "The Azure Region where the Resource Group should exist"
  8. }