Skip to content

Commit

Permalink
config: adjust default location to use eastus not eastus2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Briggs committed Oct 13, 2021
1 parent df72eef commit 7f05c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-terraform-azure-app-service-docker/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ variable "prefix" {

variable "location" {
description = "The Azure location where all resources in this example should be created"
default = "eastus2"
default = "eastus"
}

0 comments on commit 7f05c28

Please sign in to comment.