Skip to content

Commit

Permalink
Removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Oct 28, 2022
1 parent 897a02f commit c77bb9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/fwserver/attribute_plan_modification.go
Expand Up @@ -488,8 +488,6 @@ func AttributeModifyPlan(ctx context.Context, a fwschema.Attribute, req tfsdk.Mo
return
}

planAttributes := planObject.Attributes()

for name, attr := range a.GetAttributes().GetAttributes() {
attrConfig, diags := objectAttributeValue(ctx, configObject, name, fwschemadata.DataDescriptionConfiguration)

Expand Down

0 comments on commit c77bb9e

Please sign in to comment.