Releases: CloudNationHQ/terraform-azure-law
Releases · CloudNationHQ/terraform-azure-law
v2.2.0
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
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
2.0.1 (2024-09-25)
Bug Fixes
v2.0.0
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
1.2.0 (2024-08-28)
Features
v1.1.0
1.1.0 (2024-08-20)
Features
v1.0.0
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
0.12.0 (2024-08-13)
Features
- added code of conduct and security documentation (#62) (75ed902)
v0.11.0
0.11.0 (2024-08-01)
Features
- add support for linking storage with different data source types (#60) (ac8d380)
v0.10.0
0.10.0 (2024-08-01)
Features
Bug Fixes
- make linked services fully optional (#58) (31d1001)