Skip to content

Commit

Permalink
Added CMEK, Firewall and Egress Control, Upgraded Providers, renamed …
Browse files Browse the repository at this point in the history
…variables
  • Loading branch information
AleksCallebat committed Sep 11, 2024
1 parent 6367703 commit 857ac72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gcp/examples/workspace/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module "customer_managed_vpc" {

workspace_pe = var.workspace_pe
relay_pe = var.relay_pe
google_pe_subnet = var.google_pe_subnet
google_pe_subnet = var.google_pe_subnet
relay_pe_ip_name = var.relay_pe_ip_name
workspace_pe_ip_name = var.workspace_pe_ip_name
relay_service_attachment = var.relay_service_attachment
Expand Down
4 changes: 0 additions & 4 deletions gcp/examples/workspace/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ variable "google_region" {}
variable "google_project" {}

variable "databricks_account_id" {}
variable "google_zone" {}
variable "backend_rest_psce" {}
variable "relay_psce" {}

variable "key_name" {}
variable "keyring_name" {}
variable "use_existing_cmek" {}
Expand Down

0 comments on commit 857ac72

Please sign in to comment.