Skip to content

Releases: zscaler/terraform-azurerm-cloud-connector-modules

v0.2.0

18 Mar 17:59
5703029
Compare
Choose a tag to compare

[0.2.0] - 2023-03-18


  • Mininum Azure Provider upgrade from 2.x to 3.x (3.46.x)
  • refactor resources for 3.x provider: azurerm_public_ip, azurerm_lb_probe, and cc_lb_rule
  • Fix for Azure Load Balancer frontend_ip creation in Regions that do not support availability zones. If a single zone is specified to variable "zones" and variable "zones_enabled" is true then the frontend_ip will be created in that single zone. If more than one zone is specified, we will default to all 3 zones (zone-redundant) to follow Azure Network API
  • Fix for NSG data source read dependency when resource orginally created (byo_nsg = false) forcing recreate on subsequent terraform applies

v0.1.1

16 Dec 18:50
Compare
Choose a tag to compare

[0.1.1] - 2022-12-16


docs: comprehensive README
fix: variable condition tonumber. terraform #30919
fix: tflint terraform_deprecated_index
fix: public ip conditional create logic
fix: private_ip_address_allocation capitalize
feat: add westus3 zone support
chore: update codeowners
fix: zsec retain copy of zsecrc on destroy

v0.1.0

02 Nov 17:58
Compare
Choose a tag to compare

[0.1.0] - 2022-01-02


  • Feat: zsec update for terraform support up to 1.1.9
  • Feat: zsec updated with mac m1 option for terraform arm64 version download
  • Feat: azurerm provider updated to 2.99.0 for all module support and deployment types
  • Feat: modules renamed for granularity and consistency
  • Feat: azurerm_public_ip resource updated per Network API version 2020-08-01 (https://azure.microsoft.com/en-us/updates/zone-behavior-change/)
  • Feat: NSG resources broken out into individual child module with reuse and byo nsg added
  • Feat: zsec enhancement inputs
  • Feat: ZS-17339 - support for Managed Identities in different Azure Subsciptions
  • Feat: Managed Identity resource broken out into individual child module
  • Feat: zsec full service deployment support
  • Feat: terraform.tfvars customized per deployment type
  • Feat: base_cc renamed to base_1cc
  • Feat: bug-124439 - accelerated_networking_enabled variable added to service interfaces. left default false for now until support added
  • Feat: workload and bastion hosts changed from ubuntu to centos
  • Feat: added TF_DATA_DIR to zsec and backend.tf to each deployment type to maintain root path as "examples/" directory for all deployments
  • Feat: dropped "custom" from deployment types as brownfield is implicit
  • Feat: vm_count replaced with workload_count for clarity
  • Feat: network infrastructure resources consolidated to terraform-zscc-network-azure module. Inputs refactored.