Skip to content

Commit

Permalink
Fix error in the doc for kubernetes cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Apr 20, 2022
1 parent 0475ca0 commit a3b25da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/civo_kubernetes_cluster/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "civo_kubernetes_cluster" "my-cluster" {
name = "my-cluster"
applications = "Portainer,Linkerd:Linkerd & Jaeger"
firewall_id = civo_firewall.my-firewall.id
node_pool {
pools {
label = "front-end" // Optional
size = element(data.civo_size.xsmall.sizes, 0).name
node_count = 3
Expand Down

0 comments on commit a3b25da

Please sign in to comment.