Bump providers versions and pin versions for tests

This commit is contained in:
Julio Castillo
2022-06-28 09:49:54 +02:00
parent 09f86f89df
commit 07b00c34fe
82 changed files with 188 additions and 170 deletions

View File

@@ -17,11 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.17.0"
version = ">= 4.20.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.17.0"
version = ">= 4.20.0" # tftest
}
}
}