web-site
report
Report Package web-site
If you believe that this package or its contents contain harmful information, please inform us.
Please be aware that we will never share your credentials.
This Terraform Azure Verified Module deploys: terraform-azurerm-avm-res-web-site
ipm add --package avm-terraform/web-site --version 0.6.0
Published: 29-07-2025
Project URL: https://ipmhub.io/avm-terraform
Package Type: Terraform
License: MIT
No readme file uploaded for this version
Release History
Version 0.6.0 - 2024-06-03
- Module to reference
v0.1.2
ofavm_res_storage_storageaccount
module (source) via Issue #67- added optional argument for
location
forfunction_app_storage_account
variable location
will resolve to the location of the function app if not supplied infunction_app_storage_account
object
- added optional argument for
- addressed logic for
webdeploy_publish_basic_authentication_enabled
that only allowed for configuration ifftps_state
was set to"AllAllowed"
via Issue #71
Initial condition:
webdeploy_publish_basic_authentication_enabled = var.site_config.ftps_state == "AllAllowed" ? var.webdeploy_publish_basic_authentication_enabled : false
Current condition:
webdeploy_publish_basic_authentication_enabled = var.site_config.ftps_state == "Disabled" ? false : var.webdeploy_publish_basic_authentication_enabled
- addressing bug where dynamic
custom_oidc_v2
blocks referenceauthorisation_endpoint
butcustom_oidc_v2
object hadauthorization_endpoint
instead via Issue #66 - addressing bug where optional arguments within
auth_settings_v2
were resolving tonull
instead of empty maps / objects, which caused errors via Issue #69active_directory_v2
apple_v2
azure_static_web_app_v2
custom_oidc_v2
facebook_v2
github_v2
google_v2
twitter_v2
Version 0.5.0 - 2024-05-16
virtual_application
default supported insite_config
forazurerm_windows_web_app
:- This is to address the following issues:
- Issue #52
- Provider Issue where
always_on
is toggled off but provider attempts to add defaultvirtual_application
on plan/apply after initial apply.
- This is to address the following issues:
headers
to typemap(object)
instead ofobject
- Addresses Issue #53
- removal of logic for
"APPLICATIONINSIGHTS_CONNECTION_STRING"
and"APPINSIGHTS_INSTRUMENTATIONKEY"
inapp_settings
forazurerm_(windows|linux)_function_app
- Addresses Issue #55 / Issue #56
- use arguments
application_insights_connection_string
andapplication_insights_key
insite_config
variable as provider will set"APPLICATIONINSIGHTS_CONNECTION_STRING"
and"APPINSIGHTS_INSTRUMENTATIONKEY"
keys inapp_settings
accordingly
Version 0.4.0 - 2024-05-06
- fixing bug where module references to undeclared resource:
ip_restriction
dynamic block that wrongly referencesscm_ip_restriction
instead ofip_restriction
- addresses addition feature capabilities for
new_service_plan
:maximum_elastic_worker_count
per_site_scaling_enabled
worker_count
zone_balancing_enabled
Version 0.3.0 - 2024-04-18
- APRL recommendation:
- Application Insights enabled by default (via
enable_application_insights
)
- Application Insights enabled by default (via
- Linting fixes for interfaces:
managed_identites
:nullable
set tofalse
private_endpoints
:- removed
inherit_lock
argument - removed
inherit_tags
argument nullable
set tofalse
- removed
lock
:kind
is required argumentdefault
set tonull
instead of{}
- removed
None
as valid values forkind
role_assignments
:nullable
set tofalse
tags
:type
set tomap(string)
instead ofmap(any)
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
Version 0.2.1 - 2024-04-02
Addition outputs:
application_insights
service_plan
storage_account
Version 0.2.0 - 2024-03-27
- feat: functionality to deploy web apps
kind
variable to determinefunctionapp
orwebapp
- feat: functionality to create new storage account within module
- feat: functionality to create new service plan within module
- feat: functionality to reference app service environment
Version 0.1.2 - 2024-03-12
- doc fixes
- update
locals.version.tf.json
- update
examples
to reference0.1.2
Version 0.1.1 - 2024-03-12
- doc fixes
- feat: custom domain
- feat: application insights
{
"workingFolder": "packages",
"packages": [
// packages defined earlier
{
"name": "avm-terraform/web-site",
"version": "0.6.0"
}
]
}
This package has no dependencies
Stats
Selected version:
0.6.0
Downloads this version:
0
Downloads all versions:
0
Latest version:
0.18.0
Latest update:
29-07-2025