# output "billing_account_id" { # value = google_billing_subaccount.customer_subaccount.billing_account_id # description = "The billing subaccount ID created for the customer" # } output "terraform_service_account" { value = google_service_account.customer_service_account.name description = "A service account created with permission to create projects in the customer folder." } output "terraform_state_bucket" { value = google_storage_bucket.customer_bucket.name description = "A storage bucket used to store Terraform state files for the customer folder." } output "folder_id" { value = google_folder.customer_folder.id description = "The Folder ID of the customer folder." }