GKE hub module refactor (#760)
GKE hub module refactor Co-authored-by: Daniel Marzini <danielmarzini@users.noreply.github.com> Co-authored-by: Miren Esnaola <mirene@google.com>
This commit is contained in:
committed by
GitHub
parent
7f1a523866
commit
b20ab65756
@@ -17,11 +17,11 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 4.20.0" # tftest
|
||||
version = ">= 4.25.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 4.20.0" # tftest
|
||||
version = ">= 4.25.0" # tftest
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user