Skip to content

v1.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Dec 09:23
· 1 commit to main since this release

FEATURES:

  • queryfilter: Introduces new queryfilter package with interface and built-in query check filtering functionality. (#573)
  • querycheck: Adds ExpectResourceDisplayName query check to assert a display name value on a filtered query result. (#573)
  • querycheck: Adds ExpectResourceKnownValues query check to assert resource values on a filtered query result. (#583)

ENHANCEMENTS:

  • helper/resource: Adds PostApplyFunc test step hook to run generic post-apply logic for plan/apply testing. (#566)