fix provider version pinning

This commit is contained in:
Ludovico Magnocavallo 2020-11-14 17:47:07 +01:00
parent 80acb607c2
commit 42a865b8fa
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
terraform {
required_version = ">= 0.12.6"
required_providers {
google-beta = "~> 3.40.0"
google-beta = ">= 3.40.0"
}
}