Updates to GKE modules to support Secret Sync (#3562)
* Updates to add secret_sync to GKE module in CFF * updated READMEs against the python tfdoc command * updated version for secret_sync to reflect 7.12.0 * update provider versions to 7.12.0 * Updated READMEs which got clobbered by merge with main * Fixed test errors in secret-manager module --------- Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
4
modules/api-gateway/versions.tf
generated
4
modules/api-gateway/versions.tf
generated
@@ -19,11 +19,11 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 7.6.0, < 8.0.0" # tftest
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 7.6.0, < 8.0.0" # tftest
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
|
||||
Reference in New Issue
Block a user