Skip to content

Releases: CloudNationHQ/terraform-azure-law

v2.2.0

11 Nov 15:19
7f4ed5f
Compare
Choose a tag to compare

2.2.0 (2024-11-11)

Features

  • enhance testing with sequential, parallel modes and flags for exceptions and skip-destroy (#81) (c0ea947)

v2.1.0

11 Oct 09:29
5e6f2ea
Compare
Choose a tag to compare

2.1.0 (2024-10-11)

Features

  • auto generated docs and refine makefile (#79) (fb43171)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#78) (2c79ee1)

v2.0.1

25 Sep 12:27
5f51331
Compare
Choose a tag to compare

2.0.1 (2024-09-25)

Bug Fixes

  • global tags and updated examples (#76) (5a2b8b1)

v2.0.0

25 Sep 09:45
78f6881
Compare
Choose a tag to compare

2.0.0 (2024-09-25)

⚠ BREAKING CHANGES

  • Version 4 of the azurerm provider includes breaking changes. The full list of changes can be found here

Features

Upgrade from v1.2.0 to v2.0.0:

  • Update module reference to: version = "~> 2.0"

v1.2.0

28 Aug 08:22
d3cbb1e
Compare
Choose a tag to compare

1.2.0 (2024-08-28)

Features

  • add question template and update documentation (#72) (94f1600)
  • update documentation (#70) (bf32dba)

v1.1.0

20 Aug 06:27
f1fe2e0
Compare
Choose a tag to compare

1.1.0 (2024-08-20)

Features

v1.0.0

14 Aug 06:35
ee2f548
Compare
Choose a tag to compare

1.0.0 (2024-08-14)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties and output variables.

Features

Upgrade from v0.12.0 to v1.0.0:

  • Update module reference to: version = "~> 1.0"
  • Instance object has changed to workspace
  • Rename properties in instance object:
    • resourcegroup -> resource_group
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • subscriptionId -> subscription_id'

v0.12.0

13 Aug 14:00
c280129
Compare
Choose a tag to compare

0.12.0 (2024-08-13)

Features

  • added code of conduct and security documentation (#62) (75ed902)

v0.11.0

01 Aug 13:36
faad2f1
Compare
Choose a tag to compare

0.11.0 (2024-08-01)

Features

  • add support for linking storage with different data source types (#60) (ac8d380)

v0.10.0

01 Aug 12:33
2b57f14
Compare
Choose a tag to compare

0.10.0 (2024-08-01)

Features

Bug Fixes

  • make linked services fully optional (#58) (31d1001)