Skip to content

Releases: Azure/terraform-azurerm-avm-res-web-staticsite

v0.3.1

17 May 15:34
54ccab7
Compare
Choose a tag to compare
  • linting fixes:
    • principal_type argument for role_assignments
    • changes to interfaces \ main.tf
      • commenting out role_assignments block(s)
      • commenting out unused data objects

v0.3.0

09 May 17:10
7d153bb
Compare
Choose a tag to compare

linting overhaul:

  • lock
    • kind made required string
    • default set to null instead of {}
    • accepted values for kind are "CanNotDelete" or "ReadOnly" | removed "None"
    • default set to null
  • managed_identites <-- identities
    • nullable set to false
  • private_endpoints
    • removed inherit_lock argument
    • removed inherit_tags argument
    • nullable set to false
  • role_assignments
    • nullable set to false`
  • tags
    • type set to map(string)
    • default set to null instead of {}
  • Deprecated variables/arguments:
    • inherit_lock argument in private_endpoints
    • inherit_tags argument in private_endpoints
  • New variables:
    • all_child_resources_inherit_tags
    • all_child_resources_inherit_lock
    • private_endpoints_inherit_lock
    • private_endpoints_manage_dns_zone_group

v0.2.0

28 Mar 14:45
277bfa0
Compare
Choose a tag to compare

Changes:

  • azurerm_static_site, azurerm_static_site_custom_domain deprecated
  • azurerm_static_web_app, azurerm_static_web_app_custom_domain used
  • create_cname_records, create_txt_records` toggles for custom domain objects

v0.1.0

09 Feb 20:52
7378eda
Compare
Choose a tag to compare

This is the static web app resource module for Azure Verified Modules library. This module can deploy a static web app with some of the common configurations. It leverages the AzureRM and AzAPI providers and sets a number of initial defaults to minimize the overall inputs for simple configurations.