Skip to content

Commit

Permalink
SCALRCORE-30839 remove secret_key from read operation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMytsko committed May 16, 2024
1 parent 455c597 commit 6bf7671
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scalr/resource_scalr_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ func readNewWebhook(ctx context.Context, d *schema.ResourceData, scalrClient *sc
_ = d.Set("enabled", webhook.Enabled)
_ = d.Set("last_triggered_at", webhook.LastTriggeredAt)
_ = d.Set("url", webhook.Url)
_ = d.Set("secret_key", webhook.SecretKey)
_ = d.Set("timeout", webhook.Timeout)
_ = d.Set("max_attempts", webhook.MaxAttempts)

Expand Down

0 comments on commit 6bf7671

Please sign in to comment.