We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d00279 commit 750459dCopy full SHA for 750459d
1 file changed
castai/data_source_gke.go
@@ -24,7 +24,7 @@ const (
24
func dataSourceGKEPolicies() *schema.Resource {
25
return &schema.Resource{
26
ReadContext: dataSourceGKEPoliciesRead,
27
- Description: "Data source for retrieving GKE policies",
+ Description: "Returns list of GCP policies needed for onboarding a cluster into CAST AI",
28
Schema: map[string]*schema.Schema{
29
fieldGKEPoliciesFeatures: {
30
Description: "Provide a list of GCP feature names to include the necessary policies for them to work.",
0 commit comments