From 772ae5615df7fb53862a46fb815dc422e7606902 Mon Sep 17 00:00:00 2001 From: William Shelley Date: Wed, 20 Nov 2024 16:19:13 +0000 Subject: [PATCH] feat: apply prep account --- infra/terraform/accounts/prod/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/terraform/accounts/prod/main.tf b/infra/terraform/accounts/prod/main.tf index 9318de4764..a1a91bf79b 100644 --- a/infra/terraform/accounts/prod/main.tf +++ b/infra/terraform/accounts/prod/main.tf @@ -1,5 +1,5 @@ locals { - environments = ["prep", "prod"] + environments = ["prep"] } # Imported as this provider has been created by the `vol-terraform` repository.