terraform-azurerm-avm-res-network-loadbalancer

MIT License

Stars
3

Bot releases are visible (Hide)

terraform-azurerm-avm-res-network-loadbalancer - v0.2.2 Latest Release

Published by donovm4 3 months ago

Breaking Change(s):

None

Feature(s):

  • new telemetry
    • transition to use of modtm provider (view here)
    • removed locals.telemetry.tf
    • removed locals.telemetry.tf.json

Update(s):

  • updated root module provider list to include modtm provider to fix module crash via Issue #59
terraform-azurerm-avm-res-network-loadbalancer - v0.2.1

Published by donovm4 4 months ago

  • updates to workflows:
    • e2e
    • linting
    • version-check
  • linting fixes:
    • principal_type added to role_assignments
    • log_analytics_destination_type resolved to null
  • commenting out backend address pool-related configuration from examples
terraform-azurerm-avm-res-network-loadbalancer - v0.2.0

Published by donovm4 6 months ago

  • changes to zones argument in frontend_ip_configurations variable:
    • Availability of Load Balancers/Frontend IP Configurationsare recommended to be zone-redundant by default (iflocationsupportzones`)
    • list(string) | list of type string
    • valid values for zones if supported by location:
      • ["None"] (will resolve to null)
      • ["1", "2", "3"] (zone-redundant)
      • ["1", "2"] or ["2", "3"] or ["1", "3"]
      • ["1"] or ["2"] or ["3"]
    • if setting zones for private frontend configuration, zones will be set at frontend_ip_configuration level
    • if setting zones for frontend confirguration with create_public_ip set to true, zones set on azurerm_public_ip level
  • linting fixes for interface variables:
    • diagnostic_settings
      • log_analytics_destination_type defaults to "Dedicated"
      • validation added to check log_analytics_destination_type is set to "Dedicated" or `"AzureDiagnostics"
    • lock
      • kind made required string
      • accepted values for kind are "CanNotDelete" or "ReadOnly"`
      • default set to null
    • role_assignments
      • nullable set to false
    • tags
      • type set to map(string)
      • default set to null
  • lock_type_if_not_inherited argument in frontend_ip_configurations variable:
    • defaults to null
terraform-azurerm-avm-res-network-loadbalancer - v0.1.7

Published by donovm4 7 months ago

  • new example: bepool (with mixed bepools - (1) ip addresses & (2) ip configurations)
  • locals.version.tf.json
terraform-azurerm-avm-res-network-loadbalancer - v0.1.6

Published by donovm4 7 months ago

version updates in:

  • examples \ example_name \ main.tf
  • examples \ example_name \ README.md
  • locals.version.json.tf
terraform-azurerm-avm-res-network-loadbalancer - v0.1.5

Published by donovm4 7 months ago

  • feat: add nodes into backend pool by NIC association
  • new example: backend address pool with ip address example
  • new example: backend address pool with NIC example
terraform-azurerm-avm-res-network-loadbalancer - v0.1.4

Published by donovm4 8 months ago

*version fixes within locals and examples for v0.1.3 --> v0.1.4

terraform-azurerm-avm-res-network-loadbalancer - v0.1.3

Published by donovm4 8 months ago

*Gateway SKU Load Balancer functionality added

*Gateway SKU LB example added

terraform-azurerm-avm-res-network-loadbalancer - v0.1.2

Published by donovm4 9 months ago

*Updated telemetry template

*Fixed versioning issues within templates

*Add syntax fixes (grept-apply)

terraform-azurerm-avm-res-network-loadbalancer - v0.1.1

Published by donovm4 9 months ago

Added syntax fixes (grept-apply)

terraform-azurerm-avm-res-network-loadbalancer - v0.1.0 - Initial Release

Published by donovm4 11 months ago

This is the load balancer resource module for Azure Verified Modules library. This module can deploy a public or internal load balancer with some of the common configurations. It leverages the AzureRM provider and sets a number of initial defaults to minimize the overall inputs for simple configurations.

Related Projects