Skip to content

Commit

Permalink
chore(testflight): pin gcp provider to 4.66 in galoy
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 committed May 31, 2023
1 parent 2a69c68 commit 1ed663f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci/testflight/galoy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -407,5 +407,13 @@ terraform {
source = "bluemill/jose"
version = "1.0.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.64.0"
}
google = {
source = "hashicorp/google"
version = "4.64.0"
}
}
}

0 comments on commit 1ed663f

Please sign in to comment.