Align with default versions file

This commit is contained in:
Julio Diez 2023-12-22 11:01:41 +01:00
parent f784f47528
commit fd451c3451
1 changed files with 3 additions and 5 deletions

View File

@ -13,17 +13,15 @@
# limitations under the License.
terraform {
required_version = ">= 1.4.4"
required_version = ">= 1.5.1"
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.4.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.4.0, < 6.0.0" # tftest
version = ">= 5.10.0, < 6.0.0" # tftest
}
}
}