Incorporate review feedback

This commit is contained in:
Paul Jewell
2023-10-16 15:12:22 -04:00
parent 9a5792ab3f
commit 60bba8f8af
5 changed files with 96 additions and 101 deletions

View File

@ -4,11 +4,11 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.0, < 4.0"
version = "~> 3.0, < 4.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
version = "~> 3.0"
}
}
}