Skip to content

Releases: CloudNationHQ/terraform-azure-vm

v3.2.0

28 Aug 08:20
09adeb6
Compare
Choose a tag to compare

3.2.0 (2024-08-28)

Features

v3.1.0

12 Aug 14:08
68c6450
Compare
Choose a tag to compare

3.1.0 (2024-08-12)

Features

  • add type definitions in usage examples (#135) (0a6461a)

v3.0.0

07 Aug 12:41
07014fc
Compare
Choose a tag to compare

3.0.0 (2024-08-07)

⚠ BREAKING CHANGES

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

Features

  • align and remove several deprecated properties (#132) (8415daa)
  • align source image reference blocks (#130) (489cf70)

Upgrade from v2.4.0 to v3.0.0:

  • Update module reference to: version = "~> 3.0"
  • Rename properties in instance object:
    • resourcegroup -> resource_group
    • image -> source_image_reference
    • enable_accelerated_networking -> accelerated_networking_enabled
    • enable_ip_forwarding -> ip_forwarding_enabled
    • ultra_ssd_enabled -> additional_capabilities.ultra_ssd_enabled
    • boot_diags.storage_uri -> boot_diagnostics.storage_account_uri
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • subscriptionId -> subscription_id'

v2.4.0

06 Aug 14:52
d5e651c
Compare
Choose a tag to compare

2.4.0 (2024-08-06)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#126) (8dbb977)
  • make source image reference fully optional (#128) (8193204)
  • update contribution docs (#124) (2f31e0c)

v2.3.0

02 Jul 14:21
8a8bd7e
Compare
Choose a tag to compare

2.3.0 (2024-07-02)

Features

  • update tls & random provider versions (#122) (6b8ee90)

v2.2.0

02 Jul 06:29
2d01a5a
Compare
Choose a tag to compare

2.2.0 (2024-07-02)

Features

  • add issue template (#119) (75e1343)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#115) (d8d5bf0)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#116) (9d3aa6d)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#118) (f1e5f7a)
  • deps: bump github.com/hashicorp/go-getter in /tests (#117) (6c48c7b)

v2.1.0

07 Jun 14:52
ff13c4d
Compare
Choose a tag to compare

2.1.0 (2024-06-07)

Features

v2.0.0

06 Jun 17:24
0cd215c
Compare
Choose a tag to compare

2.0.0 (2024-06-06)

⚠ BREAKING CHANGES

  • Introduction of optional multiple IP configurations alters the data structure, making the change not backwards compatible

Features

  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#102) (637208c)
  • deps: bump github.com/hashicorp/go-getter in /tests (#104) (d77904f)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 in /tests (#103) (a2cc6e9)
  • support multiple IP configurations per interface (#111) (41373cd)

v1.13.0

10 Apr 07:58
17179ba
Compare
Choose a tag to compare

1.13.0 (2024-04-10)

Features

v1.12.0

03 Apr 10:43
5e0ccc2
Compare
Choose a tag to compare

1.12.0 (2024-04-03)

Features

  • add lifecycle ignore encryption settings managed disks (#98) (5efce4e)
  • update documentation (#96) (cffc8f4)