This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# We strongly recommend using the required_providers block to set the | |
# Azure Provider source and version being used | |
terraform { | |
required_providers { | |
azurerm = { | |
source = "hashicorp/azurerm" | |
version = ">= 3.106.1, < 4.0" | |
} | |
random = { | |
source = "hashicorp/random" |
OlderNewer