From 058181e11a9b694f9f2b493e201db27a4cadc51c Mon Sep 17 00:00:00 2001 From: Kunal Kumar Gupta Date: Tue, 11 Feb 2020 14:28:30 -0600 Subject: [PATCH] Added billing_test_account_id variable in setup outputs. --- test/setup/outputs.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/setup/outputs.tf b/test/setup/outputs.tf index 04c0b89e..4405ace3 100644 --- a/test/setup/outputs.tf +++ b/test/setup/outputs.tf @@ -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" +}