Skip to content

Commit

Permalink
reformat k8s docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Jan 3, 2025
1 parent 6b537ed commit 2c72273
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/r/k8s.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ The following example shows how one might use this resource to add a k8s cluster

```terraform
resource "gridscale_k8s" "k8s-test" {
name = "test"
release = "1.30" # instead, gsk_version can be set.
name = "test"
release = "1.30" # instead, gsk_version can be set.
node_pool {
node_pool {
name = "pool-0"
node_count = 2
cores = 2
Expand All @@ -29,7 +29,7 @@ resource "gridscale_k8s" "k8s-test" {
storage_type = "storage_insane"
}
node_pool {
node_pool {
name = "pool-1"
node_count = 3
cores = 1
Expand Down

0 comments on commit 2c72273

Please sign in to comment.