Skip to content

Commit

Permalink
changing civo clusters to talos (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Apr 18, 2024
1 parent 8d66a83 commit 793dfdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions civo-github/terraform/civo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ resource "civo_kubernetes_cluster" "kubefirst" {
name = local.cluster_name
network_id = civo_network.kubefirst.id
firewall_id = civo_firewall.kubefirst.id
cluster_type = "talos"
pools {
label = local.cluster_name
size = "<NODE_TYPE>"
Expand Down

0 comments on commit 793dfdc

Please sign in to comment.