Skip to content

Commit

Permalink
fix: broken provider initialization from legacy default tags code (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRichard authored Jan 10, 2025
1 parent 67c6616 commit 1648649
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stackoverflow/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}

var diags diag.Diagnostics
client := so.NewClient(&baseURL, &accessToken)
client.DefaultTags = convertToArray[string](d.Get("default_tags").([]interface{}))

return client, diags
}

0 comments on commit 1648649

Please sign in to comment.