terraform.tf (19 lines of code) (raw):
terraform {
required_providers {
azapi = {
source = "Azure/azapi"
version = "~> 2.0"
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.53"
}
github = {
source = "integrations/github"
version = "~> 6.3"
}
}
}
provider "github" {
owner = var.github_repository_owner
}