Include variable defaults in read me

This commit is contained in:
Dennis Eikelenboom
2021-09-29 09:13:01 -07:00
parent 9fcd0f3fb2
commit 5c674c6100
4 changed files with 32 additions and 30 deletions

View File

@ -12,6 +12,7 @@ variable "environment" {
variable "location" {
type = string
description = "Location of the resources"
default = "East US"
}
variable "image_build_compute_name" {