Skip to content

Latest commit

 

History

History
51 lines (24 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

51 lines (24 loc) · 3.45 KB

Changelog

2.2.5 (2023-08-26)

Bug Fixes

  • Fix removing attributes from a check not being detected and being set to default values. (2d74852), closes #10
  • Update Makefile to use registry.terraform.io rather than github to override default provider, rather than requiring a different provider path to be used (a2685df), closes #10

2.2.3 (2023-08-21)

Bug Fixes

  • Perform deep compare of steps structure before updating state to avoid non-functional changes showing differences in Terraform plan (aa64397), closes #7

2.2.2 (2023-08-11)

Bug Fixes

  • docs: Fix example for JSON matching (85f98dc)
  • Fix call to provider (d69e539)

2.2.1 (2023-08-11)

Bug Fixes

  • Fix references to matthewjohn, after moving repository to dockstudios (3be1124), closes #5

2.2.0 (2023-08-11)

Features

  • Add support for setting check attributes (e6d5328), closes #6

2.1.0 (2023-08-10)

Bug Fixes

  • Add headers to all requests made in check resource (a30f4e4), closes #3
  • Add semantic-release config (c71fedb), closes #5

Features

  • Add api_key attribute to provider and pass API key header in request headers (dc882a5), closes #3