Skip to content

Commit

Permalink
Update Terraform google to v4.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 16, 2024
1 parent 84c2efa commit 94451dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/template/gcp/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.8.0"
version = "4.85.0"
}
}
required_version = ">= 1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/_nebari/stages/terraform_state/template/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "4.83.0"
version = "4.85.0"
}
}
required_version = ">= 1.0"
Expand Down

0 comments on commit 94451dd

Please sign in to comment.