Edits per Code Review

This commit is contained in:
Tom Archer
2023-02-16 11:15:46 -08:00
parent 66edc2e080
commit def91ae46b
3 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
version = "~>3.0"
}
random = {
source = "hashicorp/random"