Skip to content

Commit

Permalink
feat: Remove lnd from default and make it optional
Browse files Browse the repository at this point in the history
  • Loading branch information
k3yss committed Nov 29, 2024
1 parent c1f7473 commit 4c38adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/platform/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "max_default_node_count" {
default = 3
}
variable "deploy_lnd_ips" {
default = true
default = false
}

locals {
Expand Down

0 comments on commit 4c38adb

Please sign in to comment.