Skip to content

Commit

Permalink
feat: add new cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <[email protected]>
  • Loading branch information
shanduur committed Dec 4, 2024
1 parent 73b849b commit b44e1d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform/linode/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ module "lke" {
github_token = var.github_token
bitwarden_token = var.bitwarden_token
}

module "eu-1" {
source = "./modules/lke"
root = abspath(path.module)

cluster_name = "eu-1"
k8s_version = "latest"

flux = true
github_repo = "https://github.com/anza-labs/manifests"
github_token = var.github_token
bitwarden_token = var.bitwarden_token
}

0 comments on commit b44e1d1

Please sign in to comment.