Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
auth0_connection: set client_secret to sensitive (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
omar authored and alexkappa committed Mar 18, 2019
1 parent 3f40afd commit 7aaf85a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions auth0/resource_auth0_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ func newConnection() *schema.Resource {
Optional: true,
},
"client_secret": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Optional: true,
Sensitive: true,
},
"domain_aliases": {
Type: schema.TypeList,
Expand Down

0 comments on commit 7aaf85a

Please sign in to comment.