Changed folder to match convention, added sample to top-level readme
This commit is contained in:
11
quickstart/101-resource-group/variables.tf
Normal file
11
quickstart/101-resource-group/variables.tf
Normal file
@ -0,0 +1,11 @@
|
||||
variable "environment" {
|
||||
default = "dev"
|
||||
}
|
||||
|
||||
variable "name" {
|
||||
default = "sample"
|
||||
}
|
||||
|
||||
variable "location" {
|
||||
default = "eastus"
|
||||
}
|
Reference in New Issue
Block a user