Skip to content

Commit

Permalink
Update for IgnoreTagsConfig being a function
Browse files Browse the repository at this point in the history
  • Loading branch information
drewtul committed Nov 29, 2024
1 parent 2fed131 commit 5a77f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (d *dataSourceAttributeGroup) Schema(ctx context.Context, req datasource.Sc

func (d *dataSourceAttributeGroup) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse) {
conn := d.Meta().ServiceCatalogAppRegistryClient(ctx)
ignoreTagsConfig := d.Meta().IgnoreTagsConfig
ignoreTagsConfig := d.Meta().IgnoreTagsConfig(ctx)

var data dataSourceAttributeGroupData
resp.Diagnostics.Append(req.Config.Get(ctx, &data)...)
Expand Down

0 comments on commit 5a77f1e

Please sign in to comment.