Skip to content

Commit de67066

Browse files
authored
fix: Update required_providers in budget submodule (#631)
1 parent 1867faf commit de67066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/budget/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ terraform {
1818
required_version = ">= 0.13"
1919

2020
required_providers {
21-
google-beta = {
22-
source = "hashicorp/google-beta"
21+
google = {
22+
source = "hashicorp/google"
2323
version = ">= 3.43, < 4.0"
2424
}
2525
}

0 commit comments

Comments
 (0)