Tags: xchapter7x/clarity
Tags
Bump github.com/onsi/gomega from 1.4.3 to 1.10.1 (#10) Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.4.3 to 1.10.1. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.4.3...v1.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
fixes hcl1/2 attribute compatibility there was an issue with the cross version compat on the attributes. this should now be fixed supporting both versions #1
adds a fine grained attribute matcher check to test suite this is needed b/c the different versions of hcl create different object structures for attributes we now convert them in the test to check for cross version compatibility, rather than have 2 separate tests