Skip to content

Commit

Permalink
chore: update region
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal authored Jan 29, 2024
1 parent 28f8912 commit 6bc73ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/apps/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ provider "digitalocean" {}
resource "digitalocean_app" "server-api" {
spec {
name = "server-api"
region = "blr"
region = "sfo3"

domain {
name = "api.asyncapi.com"
Expand Down Expand Up @@ -79,4 +79,4 @@ resource "digitalocean_app" "server-api" {

output "live_url" {
value = digitalocean_app.server-api.default_ingress
}
}

0 comments on commit 6bc73ef

Please sign in to comment.