Skip to content

Commit

Permalink
* lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcoulombe committed Sep 23, 2024
1 parent 8019d40 commit 918507b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (r *resourceVaultSecretsRotatingSecret) Schema(_ context.Context, _ resourc
"twilio_api_key": schema.SingleNestedAttribute{
Description: "Twilio configuration to manage the api key rotation on the given account. Required if `secret_provider` is `twilio`.",
Optional: true,
Attributes: map[string]schema.Attribute{
Attributes: map[string]schema.Attribute{
// Twilio does not have rotating-secret-specific fields for the moment, this block is to preserve future backwards compatibility
},
Validators: []validator.Object{
Expand Down

0 comments on commit 918507b

Please sign in to comment.