Skip to content

Commit

Permalink
fix: restrict version of google-api
Browse files Browse the repository at this point in the history
  • Loading branch information
mirestrepo committed Jul 9, 2020
1 parent 85765e0 commit e245f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ terraform {
required_version = ">= 0.12"

required_providers {
google = ">= 3.0, <4.0.0"
google-beta = ">= 3.0, <4.0.0"
google = ">= 3.0, <3.29.0"
google-beta = ">= 3.0, <3.29.0"
}
}

0 comments on commit e245f1e

Please sign in to comment.