Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 12:41
07014fc

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'