Skip to content

Instantly share code, notes, and snippets.

@weeyin83
Created December 5, 2025 17:40
Show Gist options
  • Select an option

  • Save weeyin83/a4132a021e27a079e87d4ffe8193eeef to your computer and use it in GitHub Desktop.

Select an option

Save weeyin83/a4132a021e27a079e87d4ffe8193eeef to your computer and use it in GitHub Desktop.
terraform {
required_version = ">= 1.10.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.71, < 5.0.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.5.1, < 4.0.0"
}
azapi = {
source = "Azure/azapi"
version = ">= 2.2.0, < 3.0.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment