Skip to content

Commit ca97636

Browse files
committed
Fix location for Static Web App to East US 2
1 parent 36e107f commit ca97636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Resource Group
22
resource "azurerm_resource_group" "rg" {
33
name = "rg-github-actions-terraform"
4-
location = "East US"
4+
location = "East US 2"
55
}
66

77
# Azure Static Web App

0 commit comments

Comments
 (0)