Skip to content

Commit

Permalink
feat: remove internal LB dependency between Packer and Terraform (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Nov 4, 2024
1 parent 99bc6c1 commit ecb9e3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions machine-images/imported-vars.pkr.hcl

This file was deleted.

5 changes: 5 additions & 0 deletions machine-images/vars.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ variable "k3s_token" {
default = env("K3S_TOKEN")
}

variable "internal_lb" {
type = string
default = "10.20.0.4"
}

variable "availability_domain" {
type = string
default = "ppDV:EU-FRANKFURT-1-AD-1"
Expand Down

0 comments on commit ecb9e3e

Please sign in to comment.