Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Oct 13:43
· 184 commits to main since this release
1b3145d

0.2.0 (2021-10-22)

⚠ BREAKING CHANGES

  • vmss: add autoscaling
  • vmss: migrate to azurerm_linux_virtual_machine implementation
  • vmss: add public_backend_pool_id input
  • loadbalancer: Require azurerm provider version 2.46+

Features

  • bootstrap: add the new input files_md5 to facilitate dynamic files (1baecff)
  • examples: Add a minimal vmseries example (c1f9364)
  • examples: Add new allow_inbound_mgmt_ips input (3b1183d)
  • examples/transit_vnet_dedicated: new example (6fab42e)
  • loadbalancer: add input tags (0e682a1)
  • loadbalancer: Add output frontend_combined_rules (a0c771a)
  • loadbalancer: add the health_probe output (41c2314)
  • loadbalancer: Auto-generated NSG rules (4665c99)
  • loadbalancer: Require azurerm provider version 2.46+ (3b686b4)
  • vmseries: add input os_disk_name (1ab7d21)
  • vmseries: Allow input avzone to be an empty string (2e55d68)
  • vmss: add App Insights for metrics collection (b6231d9)
  • vmss: add autoscaling (c2760e2)
  • vmss: add public_backend_pool_id input (ec31ce1)
  • vmss: migrate to azurerm_linux_virtual_machine implementation (d43a5b9)
  • add input enable_zones to most modules (ffe12c1)
  • vnet: add input create_virtual_network to make vnet conditional (#111) (69afe55)
  • Allow terraform 0.14.x on every module (#99) (d58c7f1)
  • Allow terraform 0.15.x for all modules and examples (9cdaacf)
  • allow terraform versions 1.x (0265f86)
  • Mark selected outputs as sensitive (cadd26e)
  • vnet: Make rules={} attribute optional for NSG (42e3b3f)

Bug Fixes

  • examples/panorama: change Public IP to SKU "Standard" (#96) (742e83b)
  • examples/tvc: The input storage_share_name is not ignored anymore (e354c26)
  • panorama: avoid string-to-bool comparison (#94) (21f4125)