This commit is contained in:
John Downs
2022-11-25 20:45:11 +13:00
parent b7d0d3fd2c
commit 0bc2f2b309
5 changed files with 148 additions and 21 deletions

View File

@ -6,6 +6,11 @@ terraform {
version = "~> 3.27.0"
}
azapi = {
source = "Azure/azapi"
version = "~> 1.1.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.4.3"