Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn committed Oct 19, 2021
1 parent 389ba96 commit 45af06e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ func resourceContainerCluster() *schema.Resource {
Optional: true,
MaxItems: 1,
Computed: true,
Deprecated: `Basic authentication was removed for GKE cluster versions >= 1.19.`
Deprecated: `Basic authentication was removed for GKE cluster versions >= 1.19.`,
Description: `The authentication information for accessing the Kubernetes master. Some values in this block are only returned by the API if your service account has permission to get credentials for your GKE cluster. If you see an unexpected diff removing a username/password or unsetting your client cert, ensure you have the container.clusters.getCredentials permission.`,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 45af06e

Please sign in to comment.