Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2023
1 parent 390cf7f commit a05679d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/standalone_single_project/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "< 4.75.0"
version = "< 5.7.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 4.75.0"
version = "< 5.7.1"
}
}
}
4 changes: 2 additions & 2 deletions modules/secure-cd/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.44, < 5.0"
version = ">= 4.44, < 5.8"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.44, < 5.0"
version = ">= 4.44, < 5.8"
}
}

Expand Down

0 comments on commit a05679d

Please sign in to comment.