Skip to content

Commit

Permalink
Return API secret from createAccountsKeys
Browse files Browse the repository at this point in the history
Fixes twilio#82
  • Loading branch information
kenske authored Aug 17, 2022
1 parent 73d1331 commit 4303275
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twilio/resources/api/v2010/api_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,8 @@ func ResourceAccountsKeys() *schema.Resource {
Schema: map[string]*schema.Schema{
"path_account_sid": AsString(SchemaComputedOptional),
"friendly_name": AsString(SchemaComputedOptional),
"sid": AsString(SchemaComputed),
"sid": AsString(SchemaComputed),
"secret": AsString(SchemaComputedSensitive),
},
Importer: &schema.ResourceImporter{
StateContext: func(ctx context.Context, d *schema.ResourceData, m interface{}) ([]*schema.ResourceData, error) {
Expand Down

0 comments on commit 4303275

Please sign in to comment.