changes per tech review

This commit is contained in:
Tom Archer
2022-08-28 23:30:10 -07:00
parent e866f8430d
commit b6f52f38d3
8 changed files with 36 additions and 15 deletions

View File

@ -12,3 +12,8 @@ terraform {
provider "azurerm" {
features {}
}
random = {
source = "hashicorp/random"
version = "~>3.0"
}