Skip to content

Commit

Permalink
Update vault/resource_pki_secret_backend_cert.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mason-776 <mh776f@att.com>
  • Loading branch information
czembower and Mason-776 authored Jul 12, 2023
1 parent 2e0e42a commit 5ab398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/resource_pki_secret_backend_cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func pkiSecretBackendCertResource() *schema.Resource {
Type: schema.TypeList,
Optional: true,
ForceNew: true,
Description: "The allowed User ID's.",
Description: "List of Subject User IDs.",
Elem: &schema.Schema{
Type: schema.TypeString,
},
Expand Down

0 comments on commit 5ab398d

Please sign in to comment.