fix modules version constraints (#206)

This commit is contained in:
Ludovico Magnocavallo
2021-03-05 08:41:59 +01:00
committed by GitHub
parent d1865471b4
commit 86b88e0634
6 changed files with 10 additions and 10 deletions

View File

@@ -17,6 +17,6 @@
terraform {
required_version = ">= 0.13.0"
required_providers {
google = "~> 3.57"
google = ">= 3.57"
}
}