Skip to content

Instantly share code, notes, and snippets.

View davidemunoz94's full-sized avatar

Dave davidemunoz94

View GitHub Profile
@davidemunoz94
davidemunoz94 / main.tf
Last active July 24, 2026 03:04
Azure Provider block
# Set the Azure provider source and version being used
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "=3.0.0"
}
}
}
# Configure the Microsoft Azure Provider