Skip to content

Commit b6d7bf1

Browse files
tpdownesmorgante
andauthored
fix: billing_budget resource should use GA provider (#626)
Co-authored-by: Morgante Pell <[email protected]>
1 parent 777092c commit b6d7bf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/budget/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ data "google_project" "project" {
3636
}
3737

3838
resource "google_billing_budget" "budget" {
39-
provider = google-beta
40-
count = var.create_budget ? 1 : 0
39+
count = var.create_budget ? 1 : 0
4140

4241
billing_account = var.billing_account
4342
display_name = local.display_name

0 commit comments

Comments
 (0)