Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to >= 3.53, < 5.40 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Aug 1, 2024
1 parent 87d95cd commit c1a9f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = ">= 3.53, < 5.39"
version = ">= 3.53, < 5.40"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.39"
version = ">= 3.53, < 5.40"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit c1a9f9f

Please sign in to comment.