Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
update gcp zone
Browse files Browse the repository at this point in the history
  • Loading branch information
hexadecimalDinosaur committed Oct 15, 2023
1 parent bdb8cd4 commit 42eb864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_bundle/resources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ provider "google" {
credentials = file("gcp_creds.json")
project = "omega-presence-402013"
region = "northamerica-northeast2"
zone = "northamerica-northeast2"
zone = "northamerica-northeast2-a"
}

resource "google_compute_network" "project_vpc" {
Expand Down

0 comments on commit 42eb864

Please sign in to comment.