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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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