hashicorp / terraform-plugin-codegen-spec

Terraform Provider Code Generation Specification and Go Bindings
Mozilla Public License 2.0
7 stars 4 forks source link

Consider adding equality functions #24

Closed bendbennett closed 11 months ago

bendbennett commented 1 year ago

Within the terraform-plugin-codegen-framework code there are examples of equality functions that have been included for the purposes of testing. For instance:

func objectTypeEqual(x, y []specschema.ObjectAttributeType) bool {
    // ....

We might want to consider whether such equality functions would be better suited for inclusion in the terraform-plugin-codegen-spec code.

github-actions[bot] commented 3 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.