Tom Archer 7ec608cc1e
Fixing broken AKS/AGIC sample (#240)
* Fixing broken sample and update

---------

Co-authored-by: hezijie <lonegunmanb@hotmail.com>
2023-09-04 10:05:54 +08:00

14 lines
190 B
HCL

terraform {
required_version = ">=1.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>3.0"
}
}
}
provider "azurerm" {
features {}
}