Include variable defaults in read me
This commit is contained in:
@ -12,6 +12,7 @@ variable "environment" {
|
||||
variable "location" {
|
||||
type = string
|
||||
description = "Location of the resources"
|
||||
default = "East US"
|
||||
}
|
||||
|
||||
variable "image_build_compute_name" {
|
||||
|
Reference in New Issue
Block a user