Skip to content

Commit

Permalink
Added billing_test_account_id variable in setup outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Kumar Gupta committed Feb 11, 2020
1 parent 23d6c0d commit 058181e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/setup/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ output "random_hexes" {
value = random_id.random_hexes[*].hex
description = "List of pre-generated random id hexes. Required for 'for_each' to work when testing static scerarios."
}

output "billing_iam_test_account" {
value = var.billing_iam_test_account
description = "The billing iam test account id is for the billing-iam-module, only for testing, e.g. XXXXXX-YYYYYY-ZZZZZZ"
}

0 comments on commit 058181e

Please sign in to comment.