fixed according to comments

This commit is contained in:
github-actions[bot]
2024-05-17 20:13:17 +00:00
parent c4bdeb74c0
commit af2f3b7866
5 changed files with 41 additions and 36 deletions

View File

@ -1,5 +1,11 @@
terraform {
required_version = ">= 1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.0, < 4.0"
}
azapi = {
source = "azure/azapi"
}