Skip to content

Commit

Permalink
Edit Kubernetes provider markdown mistype
Browse files Browse the repository at this point in the history
It should be key, doesn't work with name = "type"
  • Loading branch information
AugustasV committed Jun 21, 2020
1 parent 3a237d7 commit 6805f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/kubernetes_version.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Provides access to the available Civo Kubernetes Service versions, with the abil
```hcl
data "civo_kubernetes_version" "stable" {
filter {
name = "type"
key = "type"
values = ["stable"]
}
}
Expand Down

0 comments on commit 6805f18

Please sign in to comment.