Skip to content

Commit

Permalink
Update docs and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 20, 2022
1 parent a3b25da commit c6677a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [v1.0.18](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.18) (20 April 2022)

### Commits
- [a3b25da](https://github.com/civo/terraform-provider-civo/commit/a3b25daae5219e40ff21de81f2d0a7015bd61876) - Fix error in the doc for kubernetes cluster

## [v1.0.17](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.17) (20 April 2022)

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 c6677a2

Please sign in to comment.