Skip to content

Commit

Permalink
fix: billing_budget resource should use GA provider (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: Morgante Pell <morgantep@google.com>
  • Loading branch information
tpdownes and morgante authored Oct 13, 2021
1 parent 777092c commit b6d7bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/budget/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ data "google_project" "project" {
}

resource "google_billing_budget" "budget" {
provider = google-beta
count = var.create_budget ? 1 : 0
count = var.create_budget ? 1 : 0

billing_account = var.billing_account
display_name = local.display_name
Expand Down

0 comments on commit b6d7bf1

Please sign in to comment.