Skip to content

Commit

Permalink
fix: Update required_providers in budget submodule (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpdownes authored Oct 20, 2021
1 parent 1867faf commit de67066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/budget/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ terraform {
required_version = ">= 0.13"

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

0 comments on commit de67066

Please sign in to comment.