solutions/chapter-2/03_variables/variables.tf (8 lines of code) (raw):

# name of the resource group as variable variable "resource_group_name" { description = "Name of the resource group" type = string } # location of the resource group as variable variable "resource_group_location" { description = "Location of the resource group" type = string }