We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777092c commit b6d7bf1Copy full SHA for b6d7bf1
modules/budget/main.tf
@@ -36,8 +36,7 @@ data "google_project" "project" {
36
}
37
38
resource "google_billing_budget" "budget" {
39
- provider = google-beta
40
- count = var.create_budget ? 1 : 0
+ count = var.create_budget ? 1 : 0
41
42
billing_account = var.billing_account
43
display_name = local.display_name
0 commit comments