Skip to content

Commit

Permalink
test(mc): Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Feb 6, 2025
1 parent 25b31fb commit 8ee70c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
36 changes: 0 additions & 36 deletions test/multicloud/modules/gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,3 @@ variable "subnet_cidr" {
type = string
default = "10.0.0.0/24"
}

variable "inbound_protocol" {
description = "Protocol for inbound firewall rule"
type = string
default = "tcp"
}

variable "inbound_ports" {
description = "Ports for inbound firewall rule"
type = list(string)
default = []
}

variable "inbound_source_ranges" {
description = "Source IP ranges for inbound firewall rule"
type = list(string)
default = []
}

variable "outbound_protocol" {
description = "Protocol for outbound firewall rule"
type = string
default = "tcp"
}

variable "outbound_ports" {
description = "Ports for outbound firewall rule"
type = list(string)
default = []
}

variable "outbound_destination_ranges" {
description = "Destination IP ranges for outbound firewall rule"
type = list(string)
default = []
}
4 changes: 0 additions & 4 deletions test/multicloud/modules/grafana/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
variable "prometheus_endpoints" {
description = "A map of Prometheus endpoints to add as data sources."
type = map(string)
default = {
aks = "http://85.210.188.53:9090"
kind = "http://127.0.0.1:9090"
}
}

0 comments on commit 8ee70c3

Please sign in to comment.