Skip to content

Commit

Permalink
Fixing billing account resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Kumar Gupta committed Feb 11, 2020
1 parent b2c1b4a commit 23d6c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "google_billing_account_iam_member" "int_test_ba" {
member = "serviceAccount:${google_service_account.int_test.email}"
}

resource "google_billing_test_account_iam_member" "int_test_ba_billing_iam" {
resource "google_billing_account_iam_member" "int_test_ba_billing_iam" {
count = length(local.int_required_ba_billing_iam_roles)

billing_account_id = var.billing_iam_test_account
Expand Down

0 comments on commit 23d6c0d

Please sign in to comment.