Skip to content

Commit 1648649

Browse files
fix: broken provider initialization from legacy default tags code (#12)
1 parent 67c6616 commit 1648649

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stackoverflow/provider.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}
4949

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

5453
return client, diags
5554
}

0 commit comments

Comments
 (0)