Skip to content

Commit

Permalink
Frankfurt: Remove workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent ad2ca47 commit febebcd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tf-workspace/environments.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
module "env_frankfurt" {
source = "../tf-modules/environment_workspace"

name = "frankfurt"

gcp_parent_folder = var.gcp_parent_folder
gcp_billing_account = var.gcp_billing_account

shared_infra_gcp_project_id = data.google_project.main.project_id
}

module "env_belgium" {
source = "../tf-modules/serverless_environment_workspace"

Expand All @@ -25,7 +14,6 @@ module "env_belgium" {

locals {
env_workspace_ids = [
module.env_frankfurt.tfe_workspace_id,
module.env_belgium.tfe_workspace_id,
]
}

0 comments on commit febebcd

Please sign in to comment.