Skip to content

Commit

Permalink
Change default node size to "g3.k3s.medium" (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
zulh-civo committed Aug 19, 2021
1 parent 6d4088f commit a4b1388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civo/resource_kubernetes_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func resourceKubernetesClusterCreate(d *schema.ResourceData, m interface{}) erro
if attr, ok := d.GetOk("target_nodes_size"); ok {
config.TargetNodesSize = attr.(string)
} else {
config.TargetNodesSize = "g3.k3s.small"
config.TargetNodesSize = "g3.k3s.medium"
}

if attr, ok := d.GetOk("kubernetes_version"); ok {
Expand Down

0 comments on commit a4b1388

Please sign in to comment.