terraform-azurerm-avm-res-web-staticsite

AVM Terraform module for azure static web apps

MIT License

Stars
3

Bot releases are hidden (Show)

terraform-azurerm-avm-res-web-staticsite - v0.3.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):

None

terraform-azurerm-avm-res-web-staticsite - v0.3.1

Published by donovm4 5 months ago

  • linting fixes:
    • principal_type argument for role_assignments
    • changes to interfaces \ main.tf
      • commenting out role_assignments block(s)
      • commenting out unused data objects
terraform-azurerm-avm-res-web-staticsite - v0.3.0

Published by donovm4 5 months ago

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
terraform-azurerm-avm-res-web-staticsite - v0.2.0

Published by donovm4 7 months ago

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
terraform-azurerm-avm-res-web-staticsite - v0.1.0

Published by donovm4 8 months ago

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.

Related Projects