Skip to content

Commit

Permalink
fix: Reference router name var. in Tailscale module
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Dec 12, 2023
1 parent 657ff89 commit 1add8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailscale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ resource "kubernetes_secret_v1" "tailscale_auth" {

resource "kubernetes_stateful_set_v1" "tailscale-subnet-router" {
metadata {
name = "tailscale-subnet-router"
name = var.router_machine_name
namespace = var.k8s_namespace
labels = {
"app" = "tailscale"
Expand Down

0 comments on commit 1add8fc

Please sign in to comment.