app-managedenvironment
Report Package app-managedenvironment
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-app-managedenvironment
ipm add --package avm-terraform/app-managedenvironment --version 0.4.0
Published: 15-12-2025
Project URL: https://ipmhub.io/avm-terraform
Package Type: Terraform
License: MIT
No readme file uploaded for this version
Release History
Version 0.4.0 - 2025-12-14
What's Changed
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/144
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/146
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/148
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/149
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/151
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/152
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/153
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/154
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/156
- chore: pre-commit updates by @azure-verified-modules[bot] in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/159
- Feat: certificate support, missing properties, and switch interfaces … by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/161
New Contributors
- @azure-verified-modules[bot] made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/144
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/v0.3.0...v0.4.0
Version 0.3 - 2025-06-22
What's Changed
- release 0.3 by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/137, with contributions from @bonddim & @Nepomuceno
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/v0.2.1...0.3
Breaking Changes
-
Provider Version Requirements Increased
- The minimum required Terraform version was raised to >= 1.10 (from >= 1.5.0).
- The minimum AzureRM provider is now ~> 4.0 (was >= 3.71, < 5).
- The AzAPI provider constraint is now ~> 2.4 (was >= 1.13, < 3).
- Impact: Users on older provider versions will need to upgrade before using v0.3.
-
Input Variable Changes and Deprecations
- New primary input for Log Analytics:
log_analytics_workspace(object withresource_id).- The previous method of specifying
log_analytics_workspace_customer_idandlog_analytics_workspace_primary_shared_keydirectly is now considered legacy; the new input is preferred.
- The previous method of specifying
- The input for managed identities has changed to a structured object (
managed_identities).- If you previously set identities with other mechanisms, you must update to the new schema.
- The
storagesvariable has moved and/or been restructured (and the old variable file was deleted). - Impact: Any usage of the module with the previous scalar or old-style input patterns will require updates to the new structure.
- New primary input for Log Analytics:
-
Changed Required Fields in Workload Profiles
- For dedicated workload profiles,
minimum_countandmaximum_countare now required fields. - The handling of workload profiles was refactored; omitting profiles now creates a Consumption Only plan.
- Impact: Existing configurations with dedicated workload profiles must specify these counts or Terraform will fail to plan/apply.
- For dedicated workload profiles,
-
Module Output Changes
- New outputs and some renaming (e.g., for managed identities).
- Some outputs may be missing or changed if you rely on exact output names/types.
- Impact: Automated workflows or downstream modules that consume outputs may need adjustment.
-
Resource and Data Source Changes
- Some internal data source and resource usage changed (e.g., switch from
azurerm_client_configtoazapi_client_config). - Impact: Should be transparent for most users, but custom forking/extending of the module may require updates.
- Some internal data source and resource usage changed (e.g., switch from
-
Behavioral Changes in Examples
- All examples now use new provider constraints and input/output patterns.
- Impact: Copy-pasting from old examples will not work without migration.
Version 0.3.0 - 2025-06-22
What's Changed
- release 0.3 by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/137, with contributions from @bonddim & @Nepomuceno
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/v0.2.1...0.3
Breaking Changes
-
Provider Version Requirements Increased
- The minimum required Terraform version was raised to >= 1.10 (from >= 1.5.0).
- The minimum AzureRM provider is now ~> 4.0 (was >= 3.71, < 5).
- The AzAPI provider constraint is now ~> 2.4 (was >= 1.13, < 3).
- Impact: Users on older provider versions will need to upgrade before using v0.3.
-
Input Variable Changes and Deprecations
- New primary input for Log Analytics:
log_analytics_workspace(object withresource_id).- The previous method of specifying
log_analytics_workspace_customer_idandlog_analytics_workspace_primary_shared_keydirectly is now considered legacy; the new input is preferred.
- The previous method of specifying
- The input for managed identities has changed to a structured object (
managed_identities).- If you previously set identities with other mechanisms, you must update to the new schema.
- The
storagesvariable has moved and/or been restructured (and the old variable file was deleted). - Impact: Any usage of the module with the previous scalar or old-style input patterns will require updates to the new structure.
- New primary input for Log Analytics:
-
Changed Required Fields in Workload Profiles
- For dedicated workload profiles,
minimum_countandmaximum_countare now required fields. - The handling of workload profiles was refactored; omitting profiles now creates a Consumption Only plan.
- Impact: Existing configurations with dedicated workload profiles must specify these counts or Terraform will fail to plan/apply.
- For dedicated workload profiles,
-
Module Output Changes
- New outputs and some renaming (e.g., for managed identities).
- Some outputs may be missing or changed if you rely on exact output names/types.
- Impact: Automated workflows or downstream modules that consume outputs may need adjustment.
-
Resource and Data Source Changes
- Some internal data source and resource usage changed (e.g., switch from
azurerm_client_configtoazapi_client_config). - Impact: Should be transparent for most users, but custom forking/extending of the module may require updates.
- Some internal data source and resource usage changed (e.g., switch from
-
Behavioral Changes in Examples
- All examples now use new provider constraints and input/output patterns.
- Impact: Copy-pasting from old examples will not work without migration.
Version 0.2.1 - 2025-01-29
What's Changed
- fix: bug with workload profiles by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/118
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/0.2...0.2.1
Version 0.2.0 - 2025-01-10
What's Changed
- chore: repository governance by @mbilalamjad in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/55
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/56
- chore: repository governance by @mbilalamjad in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/62
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/64
- build(deps): bump actions/checkout from 4.1.7 to 4.2.2 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/92
- chore: repository governance by @lonegunmanb in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/103
- workload profile fix and provider upgrade fixes by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/87
- chore: repository governance by @lonegunmanb in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/114
- fix: idempotency bug, and align outputs with AVM spec (#115) by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/116
New Contributors
- @lonegunmanb made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/103
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/0.1.3...v0.2.0
Version 0.1.3 - 2024-05-13
What's Changed
- chore: repository governance by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/42
- chore: repository governance by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/43
- chore: repository governance by @mbilalamjad in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/47
- build(deps): bump actions/checkout from 4.1.2 to 4.1.4 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/45
- chore: repository governance by @mbilalamjad in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/49
- build(deps): bump actions/checkout from 4.1.4 to 4.1.5 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/50
- feat: azapi 1.13 and linting fixes by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/48
New Contributors
- @mbilalamjad made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/47
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/0.1.2...0.1.3
Version 0.1.2 - 2024-03-16
What's Changed
- chore: repository governance by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/32
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 in /.github/workflows by @dependabot in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/36
- fix: add prevent deletion block to provider block in examples by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/34
New Contributors
- @dependabot made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/36
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/0.1.1...0.1.2
Version 0.1.1 - 2024-03-07
What's Changed
- Remove unnecessary data block and tidy up outputs by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/27
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/compare/0.1.0...0.1.1
Version 0.1.0 - 2024-02-12
What's Changed
- add code for app managed environment by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/1
- Updated version by @segraef in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/7
- chore: repository governance by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/14
- AVM alignment tasks for app managed environment by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/11
- chore: repository governance by @matt-FFFFFF in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/16
- updates for v0.1.0, for AVM team review by @kewalaka in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/22
- TF registry Doc conform by @segraef in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/24
New Contributors
- @segraef made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/7
- @matt-FFFFFF made their first contribution in https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/pull/14
Full Changelog: https://github.com/Azure/terraform-azurerm-avm-res-app-managedenvironment/commits/0.1.0
{
"workingFolder": "packages",
"packages": [
// packages defined earlier
{
"name": "avm-terraform/app-managedenvironment",
"version": "0.4.0"
}
]
}
This package has no dependencies
Stats
Selected version:
0.4.0
Downloads this version:
0
Downloads all versions:
0
Latest version:
0.4.0
Latest update:
15-12-2025
avm-terraform
Other packages
from avm-terraform
Ready to End Infrastructure Code Chaos?
Join infrastructure teams who've moved from scattered repositories to unified package management
Built by infrastructure experts
Who understand your challengesComplete solutions
No scattered filesSee what's deployed where
When it needs updatesZero vendor lock-in
Packages work without usDirect founder access Zero security incidents in 2+ years Works with any cloud, any CI/CD platform