Skip to content

Commit

Permalink
fix: set provider back to google-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Parraga Thiesen committed Dec 14, 2021
1 parent c1dee0a commit b41c2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_version = ">= 0.14, < 2.0"

required_providers {
google = {
source = "hashicorp/google"
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.0, < 5.0"
}
}
Expand Down

0 comments on commit b41c2c6

Please sign in to comment.