Skip to content

Commit

Permalink
fix: specify project id in k8s upgrader (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Oct 24, 2023
1 parent fecbcf3 commit 41911c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/k8s-upgrade/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "google_container_engine_versions" "central1b" {
provider = google-beta
location = "us-central1"
version_prefix = "1.27."
project = "*"
project = "galoy-infra-testflight"
}

output "latest_version" {
Expand Down

0 comments on commit 41911c7

Please sign in to comment.