Skip to content

Commit

Permalink
upgrade addons module to fix version constraint mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Jul 3, 2024
1 parent 07e772d commit c4c30e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpem-add-on/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provider "equinix" {

module "kubernetes_addons" {
source = "equinix-labs/kubernetes-addons/equinix"
version = "0.4.0"
version = "0.5.0"

ssh_user = replace("root", module.tfk8s.kubeconfig_ready, "")
ssh_private_key = var.ssh_private_key_path == "" ? join("\n", [chomp(module.tfk8s.ssh_key_pair[0].private_key_openssh), ""]) : chomp(file(var.ssh_private_key_path))
Expand Down

0 comments on commit c4c30e9

Please sign in to comment.