quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/providers.tf (12 lines of code) (raw):
terraform {
required_version = ">=1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
}
}
provider "azurerm" {
features {}
}