quickstart/301-aks-enterprise/main.tf (
5
lines of code) (
raw
):
resource "azurerm_resource_group" "default" { name = "${var.name}-${var.environment}-rg" location = "${var.location}" } data "azurerm_subscription" "current" {}