Sync tf version to version used by tests

This commit is contained in:
Wiktor Niesiobędzki
2023-12-12 08:28:48 +00:00
committed by Wiktor Niesiobędzki
parent b65c57bcc2
commit c24d023c23
75 changed files with 75 additions and 75 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
terraform {
required_version = ">= 1.5.0"
required_version = ">= 1.5.1"
required_providers {
google = {
source = "hashicorp/google"