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:
Ludovico Magnocavallo
2022-07-29 06:39:25 +00:00
committed by GitHub
parent 7f1a523866
commit b20ab65756
91 changed files with 664 additions and 419 deletions

View File

@@ -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
}
}
}