Skip to content

Commit

Permalink
remove leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eeaton committed Jan 22, 2025
1 parent cf8d18d commit 186ea53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion components/common-infra/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ variable "alloy_db_cluster_id" {
variable "serverless_connector_subnet" {
description = "Name of the VPC subnet to create"
type = string
default = "cloudrun-to-alloydb-connector-subnet"
}

variable "serverless_connector_subnet_range" {
Expand Down
4 changes: 0 additions & 4 deletions components/dpu-workflow/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,5 @@ variable "composer_cidr" {
description = "CIDR ranges for configuring Cloud Composer"
type = object({
subnet_primary = string
#cluster_secondary_range = string
#services_secondary_range = string
#control_plane = string
#sql = string
})
}

0 comments on commit 186ea53

Please sign in to comment.