Skip to content

Commit

Permalink
Working on edge zone name 4
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArcherMsft committed Jul 11, 2024
1 parent 12088b5 commit 91d6e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/101-aks-edge-zone/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "resource_group_location" {
type = string
default = "East US 2"
default = "Central US"
description = "Location of the resource group."
}

Expand All @@ -12,6 +12,6 @@ variable "resource_group_name_prefix" {

variable "edge_zone" {
type = string
default = "attatlanta1"
default = "attdetroit1"
description = "Name of the edge zone."
}

0 comments on commit 91d6e9f

Please sign in to comment.