Use new resources in GCVE module, bump up provider versions (#1941)

This commit is contained in:
Luca Prete
2023-12-21 14:23:38 +01:00
committed by GitHub
parent 110fd798a7
commit c4123044b7
83 changed files with 694 additions and 543 deletions

View File

@@ -17,13 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.6.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.6.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
}
}