Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@donovm4 donovm4 released this 02 May 14:10
· 1 commit to main since this release
99b9b6c
  • 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