Skip to content

Commit

Permalink
feat(k8s): capitalize private network
Browse files Browse the repository at this point in the history
  • Loading branch information
Mia-Cross committed Oct 5, 2023
1 parent 2f91ca5 commit a672703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/resource_k8s_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func resourceScalewayK8SClusterRead(ctx context.Context, d *schema.ResourceData,
diags = append(diags, diag.Diagnostic{
Severity: diag.Warning,
Summary: "Public clusters are deprecated",
Detail: "Important: Harden your cluster's security by enabling a free private network ASAP. Full public clusters are deprecated and will reach End of Support in Q1 2024.",
Detail: "Important: Harden your cluster's security by enabling a free Private Network ASAP. Full public clusters are deprecated and will reach End of Support in Q1 2024.",
})
}

Expand Down

0 comments on commit a672703

Please sign in to comment.