Skip to content

Instantly share code, notes, and snippets.

View abossard's full-sized avatar

Andre Bossard abossard

View GitHub Profile
# 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"