Skip to content

Commit

Permalink
fix(deps): update terraform googles to <= 4.69.0, != 4.65.0, != 4.65.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 14, 2023
1 parent ef1b35c commit 9a9852e
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 @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.56, <=4.64.0"
version = "<= 4.69.0, != 4.65.0, != 4.65.1"
}
google-beta = {
source = "hashicorp/google-beta"
version = "4.64.0"
version = "4.69.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 9a9852e

Please sign in to comment.