created new 101 folder and added tf files and readme.md

This commit is contained in:
Eric D
2022-12-15 10:42:43 -05:00
parent 276af30347
commit 1eb6e680f9
5 changed files with 221 additions and 0 deletions

View File

@ -0,0 +1,13 @@
variable "resource_group_location" {
default = "eastus"
description = "Location of the resource group."
}
variable "resource_group_name_prefix" {
default = "rg"
description = "Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription."
}
variable "admin_password" {
description = "The password to assign to the Windows Administrator user account."
}