Skip to content

Commit

Permalink
fix: add region in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyz committed May 3, 2023
1 parent b84d371 commit cbe990a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/mig_stateful/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
module "mig_stateful" {
source = "../../../examples/mig_stateful"
project_id = var.project_id
region = "us-central1"
subnetwork = google_compute_subnetwork.main.name
target_size = 3
service_account = var.service_account
Expand Down

0 comments on commit cbe990a

Please sign in to comment.