Rename workflows config variable introduced in #3198 (#3199)

* rename workflows_config.tf_var_files in resman stage

* fix test result

* fix cloud deploy module versions file
This commit is contained in:
Ludovico Magnocavallo
2025-06-28 10:57:55 +02:00
committed by GitHub
parent 0e052abb59
commit ef45aa704a
19 changed files with 134 additions and 15 deletions

View File

@@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 6.33.0, < 7.0.0" # tftest
version = ">= 6.40.0, < 7.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 6.33.0, < 7.0.0" # tftest
version = ">= 6.40.0, < 7.0.0" # tftest
}
}
provider_meta "google" {