Skip to content

Commit

Permalink
fix: Update examples/resources/upcloud_kubernetes_cluster/resource.tf
Browse files Browse the repository at this point in the history
Co-authored-by: Toni Kangas <[email protected]>
  • Loading branch information
villevsv-upcloud and kangasta authored Sep 5, 2023
1 parent f21943d commit d4f666e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resources/upcloud_kubernetes_cluster/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "upcloud_network" "example" {

# Create a Kubernetes cluster
resource "upcloud_kubernetes_cluster" "example" {
# Allow access the cluster control plane from any external source.
# Allow access to the cluster control plane from any external source.
control_plane_ip_filter = ["0.0.0.0/0"]
name = "exampleapp"
network = upcloud_network.example.id
Expand Down

0 comments on commit d4f666e

Please sign in to comment.