Releases: Azure/terraform-azurerm-avm-res-web-staticsite
Releases · Azure/terraform-azurerm-avm-res-web-staticsite
v0.5.0
Breaking Change(s):
azapi
version set to"~> 2.0, < 3.0.0"
azurerm
version set to"~> 4.0, < 5.0.0"
. No longer supportazurerm 3.x
Feature(s):
None
Update(s):
Contributors:
v0.4.1
v0.4.0
Breaking Change(s):
- minimum required
terraform
version as1.7.0
Feature(s):
basic_auth
support added (addressing Issue #58)basic_auth_enabled
: Serves as toggle for whether or not basic authentication should be enabledbasic_auth
: Object that controls basic authentication access
preview_environments_enabled
: toggles whether Preview (Staging) environments should be enabledconfiguration_file_changes_enabled
: toggles whether changes to the configuration file should be permitted- support for
azurerm
4.x
Update(s):
examples
/basic_auth
added- AVM repo governance
- changes to
examples
/interfaces
for running tests
v0.3.3
Breaking Change(s):
None
Feature(s):
None
Update(s):
sensitive
tag added toresource
andresource_id
outputs.tf
added toexamples
/custom_domain
- removed
repository_url
andbranch
fromexamples
examples
/interfaces
uses version0.15.1
ofavm-res-compute-virtualmachine
v0.3.2
v0.3.1
v0.3.0
linting
overhaul:
lock
kind
made requiredstring
default
set tonull
instead of{}
- accepted values for
kind
are"CanNotDelete"
or"ReadOnly"
| removed"None"
default
set tonull
managed_identites
<--identities
nullable
set tofalse
private_endpoints
- removed
inherit_lock
argument - removed
inherit_tags
argument nullable
set tofalse
- removed
role_assignments
nullable set to
false`
tags
type
set tomap(string)
default
set tonull
instead of{}
- Deprecated variables/arguments:
inherit_lock
argument inprivate_endpoints
inherit_tags
argument inprivate_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
v0.1.0
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.