Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ module "pubsub" {

project_id = var.gcp_project_id
kubernetes_namespace = local.kubernetes_namespace
developer_name = var.developer_name

# Topic configurations with subscriptions and publishers
topic_configs = var.pubsub_topic_configs
Expand Down
5 changes: 0 additions & 5 deletions terraform/modules/pubsub/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ variable "kubernetes_namespace" {
default = "hyperfleet-system"
}

variable "developer_name" {
description = "Developer name to include in resource names for uniqueness"
type = string
}

variable "topic_configs" {
description = <<-EOT
Map of Pub/Sub topic configurations. Each topic can have its own set of subscriptions and publishers.
Expand Down