Skip to content

Commit

Permalink
k8s: use proper hostname in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bkircher committed Apr 14, 2021
1 parent 9a774d2 commit 4d4c2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed-k8s/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ terraform {
}
}

resource "gridscale_k8s" "my_cluster" {
name = "my_cluster"
resource "gridscale_k8s" "mycluster" {
name = "mycluster"

# Define the desired Kubernetes release. Define which release of GSK will be
# used for the cluster. For convenience, please use gscloud to get the list of
Expand Down

0 comments on commit 4d4c2dd

Please sign in to comment.