Update versions.tf

This commit is contained in:
Brian Jung 2022-10-28 09:22:59 -04:00 committed by GitHub
parent b38ade0a26
commit 22736473fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

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