Code changes to multiple projects

This commit is contained in:
Tom Archer
2021-07-31 17:36:47 -07:00
parent d18741890d
commit e120e52351
4 changed files with 46 additions and 10 deletions

View File

@ -1,11 +1,7 @@
variable "environment" {
default = "dev"
variable "resource_group_name" {
default = "myResourceGroup"
}
variable "name" {
default = "sample"
}
variable "location" {
variable "resource_group_location" {
default = "eastus"
}
}