Changed folder to match convention, added sample to top-level readme

This commit is contained in:
Tom Archer
2021-07-27 20:14:29 -07:00
parent d699082efb
commit ef2d32ca99
4 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1,11 @@
variable "environment" {
default = "dev"
}
variable "name" {
default = "sample"
}
variable "location" {
default = "eastus"
}