set version for google-beta provider (#205)

This commit is contained in:
Ludovico Magnocavallo
2021-03-05 08:20:48 +01:00
committed by GitHub
parent 605ec7c4d1
commit 8e44734fe5

View File

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