Skip to content

Commit

Permalink
Upgraded gcp providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Agnieszka Figiel committed Nov 24, 2023
1 parent efac789 commit 29e23f6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
58 changes: 28 additions & 30 deletions infrastructure/base/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions infrastructure/base/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 4.20"
version = "~> 5.7"
}

google-beta = {
source = "hashicorp/google-beta"
version = "~> 4.20"
version = "~> 5.7"
}

random = {
Expand Down

0 comments on commit 29e23f6

Please sign in to comment.