Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonebruzzechesse committed May 17, 2024
1 parent 9c1fc95 commit 5a9360c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/alloydb/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.26.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.26.0, < 6.0.0" # tftest
version = ">= 5.29.1, < 6.0.0" # tftest
}
}
}

0 comments on commit 5a9360c

Please sign in to comment.