From 86d6b79de162a3d120189be91bf33916bdbe893a Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 3 Jul 2024 13:07:32 -0600 Subject: [PATCH] Change the billing account ID --- terraform/environments/production/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/production/main.tf b/terraform/environments/production/main.tf index d4e19e2f4..594773010 100644 --- a/terraform/environments/production/main.tf +++ b/terraform/environments/production/main.tf @@ -43,7 +43,7 @@ module "google-cloud-project" { id = "firezone-prod" name = "Production Environment" organization_id = "335836213177" - billing_account_id = "01DFC9-3D6951-579BE1" + billing_account_id = "0199BA-489CDD-F385C8" auto_create_network = false }