provider version update (#140)

This commit is contained in:
Sumeet Chaurasia 2020-09-23 13:39:41 +05:30 committed by GitHub
parent 435d64d81a
commit bbb14886fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.28.0"
google-beta = "~> 3.40.0"
}
}