Merge branch 'master' into fast-dev

This commit is contained in:
Julio Castillo
2024-11-18 15:19:55 +01:00
140 changed files with 311 additions and 275 deletions

View File

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